Skip to content

Commit

Permalink
♻️ remove logo from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme committed Dec 4, 2023
1 parent 3a46505 commit 9e7a591
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file removed docs/public/logo.png
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from 'react'
import { DocsThemeConfig } from 'nextra-theme-docs'
import Image from 'next/image'
import Link from 'next/link'
const config: DocsThemeConfig = {
logo: (
<div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
<Image src={'/logo.png'} height={50} width={50} alt="askbuddie logo" />
Bikram Sambat
</div>
),
Expand Down

0 comments on commit 9e7a591

Please sign in to comment.