mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:54:59 -05:00
fix: banner size
This commit is contained in:
parent
2a44e4e49f
commit
49397e6f9e
@ -60,7 +60,7 @@ function AffiliateBanner() {
|
||||
return (
|
||||
<>
|
||||
<div onClick={() => router.push(pageFind("Special:GitHub/releases/tag/1.8.0") as string)} className="cursor-pointer">
|
||||
<MainBanner size={1} className="max-h-[4rem] border-0">
|
||||
<MainBanner size={1} className="max-h-[2rem] border-0">
|
||||
<GradientBanner>
|
||||
<strong>v2</strong>: the future of MHSF
|
||||
</GradientBanner>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user