fix: hero badge now properly hides when disabled (fallback changed)
This commit is contained in:
@@ -57,7 +57,7 @@ export default function Home() {
|
||||
buttonText: 'Conheça Nossos Serviços',
|
||||
badge: {
|
||||
text: 'Coca-Cola',
|
||||
show: true
|
||||
show: false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user