Skip to content

Commit

Permalink
Merge pull request #113 from Alaboudi1/master
Browse files Browse the repository at this point in the history
Update RepoLink.astro
  • Loading branch information
Alaboudi1 authored Apr 14, 2024
2 parents 3b5615a + 31ff0ca commit e9ab617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homepage/src/components/RepoLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group">
bg-emerald-400 text-white text-sm font-regular
rounded block px-2
dark:bg-gray-400 dark:text-gray-900
">{repo.details.language}</span>
">{repo.details?.language}</span>
</div>
<small class="mt-1 block text-emerald-700 dark:text-slate-400">{ repo.description}</small>
<div class="w-full flex flex-wrap space-1 rtl:space-x-reverse mt-1">
Expand All @@ -38,4 +38,4 @@ group">

</div>

</a>
</a>

0 comments on commit e9ab617

Please sign in to comment.