update favicon
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee
2023-10-22 08:38:59 +01:00
parent 319c4c13ea
commit 3293f3fde3
6 changed files with 11 additions and 21 deletions

View File

@ -1,9 +0,0 @@
"use client";
type AppProviderProps = {
children: React.ReactNode;
};
export default function AppProvider({ children }: AppProviderProps) {
return <>{children}</>;
}

View File

@ -1,4 +1,4 @@
import { SSRSettings } from "@/ssrSettings";
import { ssrSettings } from "@/ssrSettings";
import { isProduction } from "@/utils/utils";
const buttons = [
@ -22,7 +22,7 @@ export default function Footer() {
className="transform-gpu transition-all hover:text-blue-500"
href="https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2"
>
{SSRSettings.siteName}
{ssrSettings.siteName}
</a>
{buttons.map((button, index) => {