Skip to content

Commit

Permalink
Fix: fix navbar direction in en
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaghernia committed May 3, 2024
1 parent 1618238 commit 39fba93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/main_domain/business/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ class="flex flex-row place-items-center items-center justify-between relative px
class="flex flex-row place-items-center items-center justify-normal"
style="gap:.5rem;justify-content:normal" gap=".5rem">
<div class="cursor-pointer py-[.2rem] px-[.4rem] bg-typography/[.3] rounded-[.5rem]">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
<svg
x-data
x-bind:class="document.dir ==='ltr'?'flip-horizontally':''"
xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"
fill="none">
<path d="M7.28307 19L20 19M19.9996 12L4 12M20 5L12.9719 5" stroke="white"
stroke-width="1.5" stroke-linecap="round"></path>
Expand Down

0 comments on commit 39fba93

Please sign in to comment.