File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ const Footer = () => {
114114 } ;
115115
116116 return (
117- < footer className = "safe-paddings container relative z-10 shrink-0 pt-20 lg:pt-14 md:pt-12 xs:pt-10 " >
117+ < footer className = "safe-paddings container relative z-10 shrink-0 pb-10 pt-24 lg:pt-16 md:pt-14 xs:pt-12 " >
118118 < 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" >
119119 { FOOTER_MENU . map ( ( { name, items } ) => (
120120 < div className = "col-span-2" key = { name } >
@@ -150,15 +150,6 @@ const Footer = () => {
150150 loading = "lazy"
151151 />
152152 </ Link >
153- { /* Add SOC2 badge */ }
154- < img
155- className = "h-8 xl:h-7"
156- src = "/images/soc2.png"
157- alt = "SOC2 badge"
158- width = { 36 }
159- height = { 36 }
160- loading = "lazy"
161- />
162153 </ div >
163154 < div className = "col-span-2 col-start-7 flex items-center gap-x-4 lg:justify-self-end md:col-span-3 md:col-start-10 md:row-span-1 md:row-start-1 xs:col-span-full xs:col-start-1 xs:row-start-2 xs:-mt-1 xs:justify-self-start" >
164155 { socialLinks . map ( ( { name, href, icon : Icon } , idx ) => (
@@ -178,11 +169,27 @@ const Footer = () => {
178169 ) ) }
179170 </ div >
180171 < div className = "col-span-1 col-start-12 flex flex-row items-center justify-end gap-x-4 lg:gap-x-6 md:col-span-3 md:col-start-10 md:row-start-2 md:justify-self-end xs:col-start-1 xs:row-start-3 xs:justify-self-start" >
172+ < img
173+ className = "h-16 xl:h-14 md:h-12"
174+ src = "/images/soc2.png"
175+ alt = "SOC2 badge"
176+ width = { 64 }
177+ height = { 64 }
178+ loading = "lazy"
179+ />
181180 < p className = "whitespace-nowrap text-14 font-medium leading-none tracking-tight text-gray-60 xs:hidden" >
182181 © { new Date ( ) . getFullYear ( ) } Bytebase. All Rights Reserved. { registration ( ) }
183182 </ p >
184183 </ div >
185184 < p className = "hidden whitespace-nowrap text-14 font-medium leading-none tracking-tight text-gray-60 xs:col-span-full xs:row-span-1 xs:row-start-4 xs:block" >
185+ < img
186+ className = "mb-4 h-12"
187+ src = "/images/soc2.png"
188+ alt = "SOC2 badge"
189+ width = { 48 }
190+ height = { 48 }
191+ loading = "lazy"
192+ />
186193 © { new Date ( ) . getFullYear ( ) } Bytebase. All Rights Reserved. { registration ( ) }
187194 </ p >
188195 </ div >
You can’t perform that action at this time.
0 commit comments