diff --git a/src/components/RepoList.vue b/src/components/RepoList.vue index 213f3df..69892e0 100644 --- a/src/components/RepoList.vue +++ b/src/components/RepoList.vue @@ -27,7 +27,7 @@ const getStyle = (repo: string) => { } }" class="button" - :style="getStyle(`${username}${favoriteRepo.name}`)" + :style="getStyle(`${favoriteRepo.name}-${username}`)" > {{ favoriteRepo.name }}