Skip to content

Commit a347068

Browse files
committed
chore: rename github to repo in ProjectTile
1 parent e7deee1 commit a347068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Tiles/ProjectTile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export function ProjectTile({ title, description, repo, repoUrl, live, liveUrl }
2020
{repo && (
2121
<a
2222
href={repoUrl} target="_blank"
23-
rel="noopener noreferrer" aria-label={`GitHub repository for ${title}`}
23+
rel="noopener noreferrer" aria-label={`Repository link for ${title}`}
2424
className="text-pink-500 inline-flex items-center hover:underline hover:underline-offset-2"
2525
>
26-
github <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
26+
repo <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
2727
</a>
2828
)}
2929
{live && (

0 commit comments

Comments
 (0)