File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/HomePage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ const contributorsCount = computed(() => contributorsData.value?.length ?? 0)
3232 >
3333 <Button
3434 @click =" openLink('https://github.com/ValoryApp/Valory/forks')"
35- class =" gap-1 border border-white/10 bg-[#19191A] px-3 text-[#F2F2F2]"
35+ class =" gap-1 border border-white/10 bg-[#19191A] px-3 text-[#F2F2F2] hover:border-white "
3636 >
3737 <GitBranch01 :size =" 22" />
3838 {{ forksCount }}
3939 </Button >
4040 <Button
4141 @click =" openLink('https://github.com/ValoryApp/Valory/stargazers')"
42- class =" gap-1 border border-white/10 bg-[#19191A] px-3 text-[#F2F2F2]"
42+ class =" gap-1 border border-white/10 bg-[#19191A] px-3 text-[#F2F2F2] hover:border-white "
4343 >
4444 <Star01 color =" #E3B341" :size =" 22" />
4545 {{ starsCount }}
You can’t perform that action at this time.
0 commit comments