Skip to content

Commit

Permalink
fixup! 📱(frontend) font BlockNoteEditor mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoLC committed Sep 27, 2024
1 parent d4a14d7 commit 951cdd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/apps/impress/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function App({ Component, pageProps }: AppPropsWithLayout) {
)}
/>
<link rel="icon" href="/favicon.ico" sizes="any" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</Head>
<AppProvider>{getLayout(<Component {...pageProps} />)}</AppProvider>
</>
Expand Down

0 comments on commit 951cdd4

Please sign in to comment.