update footer

This commit is contained in:
MacRimi
2025-02-16 12:44:37 +01:00
parent 5fb9c544a0
commit 65a81e3366
3 changed files with 76 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ import fs from "fs"
import path from "path"
import matter from "gray-matter"
import Link from "next/link"
import Footer from "@/components/footer"
import Footer from "@/components/footer2"
const guidesDirectory = path.join(process.cwd(), "..", "guides")
@@ -64,7 +64,7 @@ export default function GuidesPage() {
))}
</div>
</div>
<Footer />
<Footer2 />
</div>
)
}