Skip to content

Commit

Permalink
lintf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0z committed Mar 25, 2024
1 parent 802afc8 commit e012bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/City/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ function createOpinion() {
<div class="my-3 flex cursor-pointer items-center text-2xl font-bold text-gray-700" @click="toggleRegulations()">
{{ __('Rules') }} <ArrowDownIcon :class="regulationsOpen ? 'rotated' : ''" class="absolute right-3 inline-block h-6 w-6 transition-all" />
</div>
<div :class="regulationsOpen?'show':''" class="overflow-scroll transition text-grey-400">
<pre class="text-gray-400" v-text="currentRules"/>
<div :class="regulationsOpen?'show':''" class="text-grey-400 overflow-scroll transition">
<pre class="text-gray-400" v-text="currentRules" />
</div>
</div>
<form v-if="isAuth" class="mt-8 flex flex-col" @submit.prevent="createOpinion">
Expand Down

0 comments on commit e012bf8

Please sign in to comment.