Skip to content

Commit

Permalink
🔥 Remove undefined isDesktopViewMode
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored and AuroraHuang22 committed Apr 29, 2024
1 parent aca3228 commit 7f6ed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'items-center',
'justify-center',
'z-10',
{ 'lg:hidden': !isDesktopViewMode },
'lg:hidden',
{ 'bg-white lg:bg-light-gray': $route.path.includes('airdrop') },
]"
>
Expand Down

0 comments on commit 7f6ed06

Please sign in to comment.