feat(home): inline items grid, drop share button, add planet/newborn theme, rename to Chá do Martin
This commit is contained in:
@@ -14,12 +14,12 @@ async function getSettings() {
|
||||
}, {} as Record<string, string>);
|
||||
|
||||
return {
|
||||
siteTitle: settingsObj.siteTitle || 'Chá de Bebê',
|
||||
siteTitle: settingsObj.siteTitle || 'Chá do Martin',
|
||||
homepageSubtext: settingsObj.homepageSubtext || 'Escolha um presente da lista!',
|
||||
};
|
||||
} catch (error) {
|
||||
return {
|
||||
siteTitle: 'Chá de Bebê',
|
||||
siteTitle: 'Chá do Martin',
|
||||
homepageSubtext: 'Escolha um presente da lista!',
|
||||
};
|
||||
}
|
||||
@@ -43,7 +43,15 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="pt-BR">
|
||||
<body className="font-sans antialiased bg-gray-50 dark:bg-gray-900">
|
||||
<head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body className="font-sans antialiased bg-cosmic">
|
||||
<AuthProvider>
|
||||
<ThemeProvider>{children}</ThemeProvider>
|
||||
</AuthProvider>
|
||||
|
||||
Reference in New Issue
Block a user