Skip to content

Commit ddcae27

Browse files
committed
refactor: remove unneccessary file
1 parent 6aa124e commit ddcae27

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

src/app/fonts/a

-40.1 KB
Binary file not shown.

src/app/fonts/d.woff

-20.8 KB
Binary file not shown.

src/app/fonts/l

-17.8 KB
Binary file not shown.

src/app/layout.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import "./globals.css";
77
const siteDescription = `${WEBSITE_NAME} is a fully-featured, lightweight GUI client for managing SQLite-based databases like Turso, LibSQL, and rqlite. It runs entirely in your browser, so there's no need to download anything`;
88

99
import { DialogProvider } from "@/components/create-dialog";
10-
import { Inter } from "next/font/google";
11-
const inter = Inter({ subsets: ["latin"] });
1210

1311
export const metadata: Metadata = {
1412
title: WEBSITE_NAME,
@@ -37,7 +35,7 @@ export default async function RootLayout({
3735
}) {
3836
return (
3937
<html lang="en" suppressHydrationWarning>
40-
<body className={inter.className}>
38+
<body>
4139
{children}
4240
<DialogProvider slot="default" />
4341
</body>

0 commit comments

Comments
 (0)