Skip to content

Commit 07c0ee6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e38551a commit 07c0ee6

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/components/donate.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {
77
Text,
88
} from '@chakra-ui/react'
99

10-
11-
1210
import { Heading, Image, Link } from '@/components/mdx'
1311

1412
import { BiDonateHeart } from 'react-icons/bi'

src/components/language-switcher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function getLocaleLabel(locale) {
2828
}
2929

3030
export const LanguageSwitcher = () => {
31-
3231
const router = useRouter()
3332
const pathname = usePathname()
3433

src/components/layout.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const Layout = ({
2222
const { t } = useLingui()
2323
const router = useRouter()
2424

25-
2625
const bannerTitle = t`Check out the latest blog post:`
2726
// The first link will be the main description for the banner
2827
const bannerDescription = (

0 commit comments

Comments
 (0)