Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const navbar = (
logo={<div className='flex gap-2 items-center'><Image src={'/logo.png'} alt="brand" width="32" height="32"/> <span className='text-2xl font-bold'>Boxicons</span><div className='uppercase text-[10px] tracking-wider opacity-50'>docs</div></div>}
// ... Your additional navbar options

projectLink='https://github.com/atiswd/boxicons'
projectLink='https://github.com/atisawd/boxicons'
chatLink="https://discord.gg/ZhWjGfzM"
/>

Expand Down Expand Up @@ -56,4 +56,4 @@ export default async function RootLayout({ children }:{children: React.ReactNode
</body>
</html>
)
}
}