Skip to content

Commit

Permalink
♻️ fix docs brand color
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiishme committed Dec 4, 2023
1 parent 9e7a591 commit 2f02858
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import { DocsThemeConfig } from 'nextra-theme-docs'
import Link from 'next/link'
const config: DocsThemeConfig = {
const config = {
logo: (
<div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem' }}>
Bikram Sambat
Expand All @@ -24,10 +23,8 @@ const config: DocsThemeConfig = {
</div>
)
},
primaryHue: {
light: 15,
dark: 20
},
primaryHue: 1,
primarySaturation: 77,
useNextSeoProps: () => ({
titleTemplate: '%s – Bikram Sambat'
})
Expand Down

0 comments on commit 2f02858

Please sign in to comment.