Skip to content

Commit e9ab617

Browse files
authored
Merge pull request #113 from Alaboudi1/master
Update RepoLink.astro
2 parents 3b5615a + 31ff0ca commit e9ab617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homepage/src/components/RepoLink.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group">
2020
bg-emerald-400 text-white text-sm font-regular
2121
rounded block px-2
2222
dark:bg-gray-400 dark:text-gray-900
23-
">{repo.details.language}</span>
23+
">{repo.details?.language}</span>
2424
</div>
2525
<small class="mt-1 block text-emerald-700 dark:text-slate-400">{ repo.description}</small>
2626
<div class="w-full flex flex-wrap space-1 rtl:space-x-reverse mt-1">
@@ -38,4 +38,4 @@ group">
3838

3939
</div>
4040

41-
</a>
41+
</a>

0 commit comments

Comments
 (0)