Skip to content

Commit

Permalink
Update GroupDropdown.vue styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Mar 9, 2024
1 parent d91e2f4 commit f0e2467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/main/GroupDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="relative">
<li
@click="showDropdown = !showDropdown"
class="min-w-[130px] flex flex-row space-x-2 items-center font-light p-3 py-5 md:py-0 md:p-0 hover:text-secondary text-white main-text md:text-2xl"
class="min-w-[130px] flex flex-row space-x-2 items-center font-light p-3 py-5 md:py-0 md:p-0 hover:text-secondary text-white main-text md:text-2xl cursor-pointer"
>
<div>{{ $t("page.groups") }}</div>
<font-awesome-icon class="" :icon="icons.faCaretDown" />
Expand Down

0 comments on commit f0e2467

Please sign in to comment.