Skip to content

Commit a08304b

Browse files
committed
chore: remove bytebase.cc and registration
1 parent 1b9e2c5 commit a08304b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/shared/footer/footer.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ const socialLinks = [
7878
];
7979

8080
const Footer = () => {
81-
const registration = () => {
82-
return process.env.NEXT_PUBLIC_DEFAULT_SITE_URL?.includes('bytebase.cc')
83-
? '沪ICP备2024059253号'
84-
: '';
85-
};
86-
8781
return (
8882
<footer className="safe-paddings container relative z-10 shrink-0 pb-10 pt-24 lg:pt-16 md:pt-14 xs:pt-12">
8983
<div className="grid grid-cols-10 gap-x-10 xl:gap-x-9 lg:gap-x-6 md:gap-x-7 sm:grid sm:grid-cols-4 sm:gap-x-4 sm:gap-y-14">
@@ -151,7 +145,7 @@ const Footer = () => {
151145
</div>
152146
<div className="col-span-3 flex items-center justify-end xl:col-span-3 lg:col-span-3 md:col-span-full md:justify-start xs:flex-wrap">
153147
<p className="whitespace-nowrap text-14 font-medium leading-none tracking-tight text-gray-60">
154-
© {new Date().getFullYear()} Bytebase. All Rights Reserved. {registration()}
148+
© {new Date().getFullYear()} Bytebase. All Rights Reserved.
155149
</p>
156150
</div>
157151
</div>

0 commit comments

Comments
 (0)