Skip to content

Commit

Permalink
[site,#957,seo][s]: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Aug 10, 2023
1 parent ea5dade commit df395e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Nav() {
<MobileNavigation navigation={siteConfig.navLinks} />
</div>
<div className="flex flex-none items-center">
<div className='hidden sm:block'>
<div className="hidden sm:block">
<NavbarTitle />
</div>

Expand Down Expand Up @@ -126,8 +126,8 @@ export default function Nav() {
)}
{siteConfig.github && (
<div className="mt-1">
<// @ts-ignore
GitHubButton
{/* @ts-ignore */}
<GitHubButton
href={siteConfig.github}
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-size="large"
Expand Down

1 comment on commit df395e2

@vercel
Copy link

@vercel vercel bot commented on df395e2 Aug 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.