We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b5615a + 31ff0ca commit e9ab617Copy full SHA for e9ab617
homepage/src/components/RepoLink.astro
@@ -20,7 +20,7 @@ group">
20
bg-emerald-400 text-white text-sm font-regular
21
rounded block px-2
22
dark:bg-gray-400 dark:text-gray-900
23
- ">{repo.details.language}</span>
+ ">{repo.details?.language}</span>
24
</div>
25
<small class="mt-1 block text-emerald-700 dark:text-slate-400">{ repo.description}</small>
26
<div class="w-full flex flex-wrap space-1 rtl:space-x-reverse mt-1">
@@ -38,4 +38,4 @@ group">
38
39
40
41
- </a>
+ </a>
0 commit comments