Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Apr 7, 2024
1 parent b418484 commit 17cba93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/nextra-theme-blog/src/components/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function Head({
}
}) {
return (
// eslint-disable-next-line @next/next/no-head-element -- ignore since we use app router
<head>
<style>
{`:root{--nextra-bg:${bgColor.light};}.dark{--nextra-bg:${bgColor.dark};}`}
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-docs/src/components/navbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import cn from 'clsx'
// eslint-disable-next-line no-restricted-imports -- since we don't need newWindow prop
import NextLink from 'next/link'
import { DiscordIcon, GitHubIcon } from 'nextra/icons'
Expand Down

0 comments on commit 17cba93

Please sign in to comment.