-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing description in home page
- Loading branch information
1 parent
a171be1
commit a2e600e
Showing
2 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
import '@/styles/globals.css' | ||
import {Header} from "@/components/Header"; | ||
import {Footer} from "@/components/Footer"; | ||
import {AnalyticsWrapper} from "@/components/AnalyticsWrapper"; | ||
import '@/styles/globals.css'; | ||
import { Header } from '@/components/Header'; | ||
import { Footer } from '@/components/Footer'; | ||
import { AnalyticsWrapper } from '@/components/AnalyticsWrapper'; | ||
|
||
export const metadata = { | ||
title: 'Aung Myat Moe - Software Engineer, Founder and Open Source Enthusiast', | ||
}; | ||
|
||
description: | ||
'I’m Aung Myat Moe, a software engineer and founder based in Letpadan. I’m the founder of Myanmar Cyber Youths and Web Dev Environment, where we develop technologies that empower regular people to explore space on their own terms.' | ||
}; | ||
|
||
export default async function RootLayout({children}) { | ||
export default async function RootLayout({ children }) { | ||
return ( | ||
<> | ||
<html lang="en"> | ||
<head/> | ||
<body className="flex h-full flex-col bg-zinc-50 dark:bg-black"> | ||
<div className="fixed inset-0 flex justify-center sm:px-8"> | ||
<div className="flex w-full max-w-7xl lg:px-8"> | ||
<div className="w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20"/> | ||
</div> | ||
</div> | ||
<div className="relative"> | ||
<Header/> | ||
{children} | ||
</div> | ||
<Footer/> | ||
<AnalyticsWrapper/> | ||
</body> | ||
<head /> | ||
<body className="flex h-full flex-col bg-zinc-50 dark:bg-black"> | ||
<div className="fixed inset-0 flex justify-center sm:px-8"> | ||
<div className="flex w-full max-w-7xl lg:px-8"> | ||
<div className="w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20" /> | ||
</div> | ||
</div> | ||
<div className="relative"> | ||
<Header /> | ||
{children} | ||
</div> | ||
<Footer /> | ||
<AnalyticsWrapper /> | ||
</body> | ||
</html> | ||
</> | ||
) | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a2e600e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
aungmyatmoe – ./
aungmyatmoe.vercel.app
aungmyatmoe-git-main-amm834.vercel.app
aungmyatmoe.me
aungmyatmoe-amm834.vercel.app
www.aungmyatmoe.me