Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Dec 11, 2024
1 parent 8185d1a commit f53f708
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/console/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
import { Navbar } from '../layout/navbar';
import './global.css';
import { Providers } from './providers';
import { Viewport } from 'next';

export const metadata = {
title: 'JustWeb3 Demo Console',
description: 'Your decentralized identity toolkit',
};

export const viewport: Viewport = {
width: 'device-width',
initialScale: 1,
maximumScale: 1,
userScalable: false,
};

export default function RootLayout({
children,
}: {
Expand Down

0 comments on commit f53f708

Please sign in to comment.