Skip to content

Commit

Permalink
Fix bad synatx
Browse files Browse the repository at this point in the history
  • Loading branch information
creeperkatze committed Dec 31, 2024
1 parent 8e38b3e commit 6351a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DropdownDrawer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="dropdown flex flex-col" @click="setDropdown(!dropdown)">
<div class="dropdown flex flex-col" @click="setDropdown(!dropdownOpen)">
<NuxtLink :to="localePath(titleLink)" type="button" class="inline-flex navbar-element items-center">
{{ title }}
<IconDown class="size-4 transform transition-all" :class="{ 'rotate-180': dropdownOpen }" />
Expand Down

0 comments on commit 6351a1c

Please sign in to comment.