Skip to content

Commit

Permalink
translation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0z committed Jan 13, 2024
1 parent 553ebcc commit e7af739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/City/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function createOpinion() {
</h2>
<ProviderIcons class="pt-4" :item="city" :providers="props.providers" />
<div class="px-3 regulations relative rounded border-gray-200 border-solid border-[1px] overflow-hidden">
<div class="my-3 text-2xl font-bold flex items-center text-gray-700 cursor-pointer" @click="toggleRegulations()">{{ __('Regulations') }} <ArrowDownIcon :class="regulationsOpen ? 'rotated' : ''" class="absolute right-3 inline-block transition-all h-6 w-6"></ArrowDownIcon></div>
<div class="my-3 text-2xl font-bold flex items-center text-gray-700 cursor-pointer" @click="toggleRegulations()">{{ __('Rules') }} <ArrowDownIcon :class="regulationsOpen ? 'rotated' : ''" class="absolute right-3 inline-block transition-all h-6 w-6"></ArrowDownIcon></div>
<div :class="regulationsOpen?'show':''" class="overflow-scroll transition">{{ rules.rulesENG }}</div>
</div>
<form v-if="isAuth" class="mt-8 flex flex-col" @submit.prevent="createOpinion">
Expand Down

0 comments on commit e7af739

Please sign in to comment.