chore: ran linting

This commit is contained in:
Anish Sarkar 2026-03-10 16:17:12 +05:30
parent ad7bbcbc8f
commit 6a88f9e0eb
18 changed files with 478 additions and 472 deletions

View file

@ -1,16 +1,10 @@
import Image from "next/image";
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
import Image from "next/image";
export const baseOptions: BaseLayoutProps = {
nav: {
title: (
<>
<Image
src="/icon-128.svg"
alt="SurfSense"
width={24}
height={24}
className="dark:invert"
/>
<Image src="/icon-128.svg" alt="SurfSense" width={24} height={24} className="dark:invert" />
SurfSense Docs
</>
),