-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update docs and trademarks #2
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import type { DocsThemeConfig } from 'nextra-theme-docs'; | ||
import { Github, Star, GitFork, Users, Dna } from 'lucide-react'; | ||
Check warning on line 2 in docs/docs-site/theme.config.tsx GitHub Actions / checks
Check warning on line 2 in docs/docs-site/theme.config.tsx GitHub Actions / checks
Check warning on line 2 in docs/docs-site/theme.config.tsx GitHub Actions / checks
Check warning on line 2 in docs/docs-site/theme.config.tsx GitHub Actions / checks
|
||
import Search from './components/search'; | ||
import Image from 'next/image'; | ||
import Link from 'next/link'; | ||
|
@@ -69,7 +69,7 @@ | |
<Link href="/"> | ||
<> | ||
<Image src="/logo.svg" alt="Gene" width={30} height={30} /> | ||
<span className="ml-2 text-2xl font-barlow font-black">Gene</span> | ||
<span className="ml-2 text-2xl font-barlow font-black">Brainly Gene</span> | ||
</> | ||
</Link> | ||
), | ||
|
@@ -86,12 +86,12 @@ | |
crossOrigin="anonymous" | ||
/> | ||
{/* font for Headers */} | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
{/* font for content */} | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Outfit:[email protected]&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.