diff --git a/app/faq/page.tsx b/app/faq/page.tsx index 0ff32de..4eebfaf 100644 --- a/app/faq/page.tsx +++ b/app/faq/page.tsx @@ -2,6 +2,7 @@ import path from "path"; import parse from "@/lib/markdown"; import Footer from "@/components/footer"; import Navbar from "@/components/navbar"; +import { DINish } from "../fonts"; export default async function faq() { const faqData = await parse(path.join(process.cwd(), 'app/faq/index.md')); @@ -12,10 +13,10 @@ export default async function faq() {
-

EdgeSet FAQ

+

EdgeSet FAQ

diff --git a/app/platform.tsx b/app/platform.tsx index 892b9d3..0fc1fbe 100644 --- a/app/platform.tsx +++ b/app/platform.tsx @@ -79,17 +79,17 @@ export default function Platform() { className="flex min-w-[800px] snap-x snap-mandatory overflow-x-auto" style={{ scrollSnapType: 'x mandatory', scrollBehavior: 'smooth', scrollbarWidth: 'none' }} > -
-
{lines[0].description}
- single point of source +
+
{lines[0].description}
+ single point of source
-
-
{lines[1].description}
- single point of source +
+
{lines[1].description}
+ single point of source
-
-
{lines[2].description}
- single point of source +
+
{lines[2].description}
+ single point of source