create com button
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
font-family: 'Manrope';
|
||||
}
|
||||
|
||||
|
||||
:root {
|
||||
--primary: #FA003F;
|
||||
--secondary: #A78BFA;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
'use client'
|
||||
import type { Metadata } from 'next';
|
||||
import './globals.css';
|
||||
import { cookies } from 'next/headers';
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ export default async function Home() {
|
||||
const data = await getData();
|
||||
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-between p-24 text-gray-300">
|
||||
<main className="flex min-h-screen flex-col items-center justify-between text-gray-300">
|
||||
<Header/>
|
||||
<span>{t('pages_home_title') as string}</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user