File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ const socialLinks = [
7878] ;
7979
8080const 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 >
You can’t perform that action at this time.
0 commit comments