File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,16 @@ export default function SocialBanner() {
3333 < div
3434 ref = { ref }
3535 className = { cn (
36- `h-[40px] hidden lg: flex w-full bg-gray-100 dark:bg-gray-700 text-base md:text-lg py-2 sm:py-0 items-center justify-center flex-col sm: flex-row z-[100]`
36+ `h-[40px] flex w-full bg-gray-100 dark:bg-gray-700 text-base md:text-lg py-2 items-center justify-center flex-col flex-row z-[100]`
3737 ) } >
38- < div className = "hidden sm:block" > { bannerText } </ div >
39- < ExternalLink
40- className = "ms-0 sm:ms-1 text-link dark:text-link-dark hover:underline"
41- href = { bannerLink } >
42- { bannerLinkText }
43- </ ExternalLink >
38+ < div className = "block" >
39+ { bannerText }
40+ < ExternalLink
41+ className = "ms-1 text-link dark:text-link-dark hover:underline"
42+ href = { bannerLink } >
43+ { bannerLinkText }
44+ </ ExternalLink >
45+ </ div >
4446 </ div >
4547 ) ;
4648}
You can’t perform that action at this time.
0 commit comments