Skip to content

Commit

Permalink
🔧 UI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Romainlg29 committed Jan 21, 2024
1 parent 4e5ec7e commit bcbcaad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
Expand Down
2 changes: 2 additions & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const App = () => {
</div>
</div>

<div className="flex h-12 md:hidden" />

<Suspense
fallback={
<div className="flex items-center justify-center">
Expand Down

0 comments on commit bcbcaad

Please sign in to comment.