File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ function PromoBanner() {
3333 { showBanner && (
3434 < div
3535 id = "promo-banner"
36- className = "flex flex-col lg:flex-row justify-center items-center min-h-24 bg-gray-900 py-2 gap-4 lg:gap-8"
36+ className = "flex flex-col lg:flex-row justify-center items-center align-start min-h-24 bg-gray-900 py-2 gap-4 lg:gap-8"
3737 >
3838 < div className = "lg:flex text-center gap-2" >
39- < p className = "text-lg font-bold text-gray-100" > New plugin:</ p >
39+ < p className = "text-lg font-bold text-yellow-300" > New plugin:</ p >
40+ < p className = "text-lg font-bold text-white" > AmpKit</ p >
4041 < p className = "text-lg text-yellow-300 font-bold" >
41- AmpKit - a sophisticated guitar effects & amp modelling suite . Only
42+ – A Sophisticated Guitar Effects & Amp Modelling Suite .
4243 </ p >
43- < p className = "text-lg font-bold text-gray-100" > $19: 99!</ p >
44+ < p className = "text-lg font-bold text-gray-100" > Only $19. 99!</ p >
4445 </ div >
4546
4647 < a
@@ -49,7 +50,7 @@ function PromoBanner() {
4950 onClick = { handleButtonClick }
5051 className = "flex text-lg font-bold h-8 justify-center items-center px-4 border-2 border-yellow-300 bg-yellow-300 rounded-md hover:bg-gray-900 hover:text-white hover:border-yellow-300"
5152 >
52- Get it on the Muse Hub
53+ Get It On MuseHub
5354 </ a >
5455 </ div >
5556 ) }
You can’t perform that action at this time.
0 commit comments