diff --git a/src/app/page.tsx b/src/app/page.tsx index 46ef3d0..ecb9f48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,8 +17,8 @@ export default function Home() { links, options, description, - theme = "dark", // Fallback to dark if no theme was found - }: any = Config; // All of the settings pulled from the config file + theme, // Fallback to dark if no theme was found + } = Config; // All of the settings pulled from the config file // Theme colors to use when using the selected theme // all used colors are from TailwindCSS