design: because it's my app

This commit is contained in:
Julien Calixte
2024-12-07 13:57:44 +01:00
parent 8451b78d10
commit 6ff15e6462

View File

@@ -27,7 +27,7 @@ const getStyle = (repo: string) => {
} }
}" }"
class="button" class="button"
:style="getStyle(`${username}${favoriteRepo.name}`)" :style="getStyle(`${favoriteRepo.name}-${username}`)"
> >
{{ favoriteRepo.name }} {{ favoriteRepo.name }}
</router-link> </router-link>