fix another error
All checks were successful
Publish Docker Image / docker (push) Successful in 1m51s

This commit is contained in:
Lee 2023-07-10 04:59:43 +01:00
parent 7508e394fa
commit 363f855ba7

@ -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