some changes
This commit is contained in:
parent
a2321ae86f
commit
0406296153
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Binary file not shown.
@ -7,8 +7,8 @@ const roboto_mono = Roboto_Mono({
|
|||||||
})
|
})
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Nonszy Space",
|
||||||
description: "Generated by create next app",
|
description: "Nomi Nonsense Workspace Domain",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
@ -3,7 +3,7 @@ import Image from "next/image";
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<main className="flex items-center pt-32 pb-12 px-8 md:px-0">
|
<main className="flex items-center pt-16 md:pt-32 pb-12 px-8 md:px-0">
|
||||||
<div className="mx-auto w-[480px]">
|
<div className="mx-auto w-[480px]">
|
||||||
<header className="text-center mb-12">
|
<header className="text-center mb-12">
|
||||||
<h1 className="font-bold text-xl md:text-3xl">
|
<h1 className="font-bold text-xl md:text-3xl">
|
||||||
|
@ -5,5 +5,5 @@ import { getExpirationDate } from "@/lib/utils";
|
|||||||
// bro has one job
|
// bro has one job
|
||||||
export const ExpirationDate = () => {
|
export const ExpirationDate = () => {
|
||||||
const expirationDate = getExpirationDate();
|
const expirationDate = getExpirationDate();
|
||||||
return <span>{expirationDate}</span>
|
return <i>{expirationDate}</i>
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user