This commit is contained in:
@ -1,9 +0,0 @@
|
||||
"use client";
|
||||
|
||||
type AppProviderProps = {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
export default function AppProvider({ children }: AppProviderProps) {
|
||||
return <>{children}</>;
|
||||
}
|
@ -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) => {
|
||||
|
Reference in New Issue
Block a user