feat(list): update link to source code
Some checks failed
Test / Test (push) Failing after 3m10s

This commit is contained in:
Kim, Jimin 2025-06-02 21:06:22 +09:00
parent feea815847
commit 99da2743d2
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -21,10 +21,10 @@ const props = defineProps<{
<div class="flex items-center gap-6">
<a
class="flex items-center justify-center p-2 text-gray-600 hover:text-light-text-high-contrast dark:text-dark-header-text dark:hover:text-dark-text-high-contrast"
href="https://github.com/pompydev/pompy.dev/tree/master/apps/list"
href="https://git.pompy.dev/pomp/pompy.dev/src/branch/master/apps/list"
target="_blank"
>
<Icon name="fa6-brands:github" size="24" />
<Icon name="fa6-brands:git-alt" size="24" />
</a>
<ThemeController class="h-12" />
</div>