pull/58/head
Nam Chu Hoai 1 year ago
parent 1afa6a4643
commit 5f93080574
  1. BIN
      public/android-chrome-192x192.png
  2. BIN
      public/android-chrome-512x512.png
  3. BIN
      public/apple-touch-icon.png
  4. BIN
      public/favicon-16x16.png
  5. BIN
      public/favicon-32x32.png
  6. BIN
      public/favicon.ico
  7. BIN
      public/icon.png
  8. 2
      src/components/layout/AppLayout.tsx

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -10,7 +10,7 @@ export function AppLayout({ children }: PropsWithChildren) {
<Head>
{/* https://nextjs.org/docs/messages/no-document-viewport-meta */}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hyperlane Warp Route Template UI</title>
<title>Nautilus Bridge</title>
</Head>
<div id="app-content" className="h-full min-h-screen w-full min-w-screen">
<div className="max-w-screen-xl mx-auto flex flex-col justify-between min-h-screen px-4">

Loading…
Cancel
Save