WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b31c0b7

Browse files
authored
refactor: remove awwwards ribbon (#103)
2 parents e761429 + 95f5e92 commit b31c0b7

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

app/[locale]/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { getTranslations, setRequestLocale } from 'next-intl/server'
66
import { ThemeProvider } from 'next-themes'
77
import localFont from 'next/font/local'
88
import { Suspense } from 'react'
9-
import { AwwwardsRibbon } from '~/components/awwwards-ribbon'
109
import { Background } from '~/components/background'
1110
import { ChinaDomainBanner } from '~/components/china-domain-banner'
1211
import { Footer } from '~/components/footer'
@@ -103,7 +102,6 @@ export default async function RootLayout({ children, params }: { children: React
103102
{/* Show China domain recommendation banner when applicable */}
104103
<ChinaDomainBanner locale={locale} />
105104
<ThemeProvider attribute='class' defaultTheme='system' enableSystem disableTransitionOnChange>
106-
<AwwwardsRibbon />
107105
<NextIntlClientProvider>
108106
<Background />
109107
<LenisProvider>

components/awwwards-ribbon.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)