Skip to content

Commit

Permalink
fix(www): use full starter repo name for screenshot alt text (#10695)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz7512 authored and pieh committed Dec 28, 2018
1 parent df3e870 commit 23c5b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/views/starter-library/starter-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const StartersList = ({ urlState, starters, count, sortRecent }) => {
<ThumbnailLink
slug={`/starters${slug}`}
image={starter.childScreenshot}
title={starter.name}
title={`${owner}/${name}`}
/>
<div
css={{
Expand Down

0 comments on commit 23c5b1f

Please sign in to comment.