red button

This commit is contained in:
Flatlogic Bot 2025-03-13 17:30:14 +00:00
parent 359f2fee9c
commit df458ae797
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/ node_modules/
*/node_modules/ */node_modules/
*/build/ */build/
**/node_modules/
**/build/
.DS_Store
.env

View File

@ -37,7 +37,7 @@ const HeroImageRight = ({
<BaseButton <BaseButton
href='/login' href='/login'
label={`${buttonText}`} label={`${buttonText}`}
color='info' color='danger'
className=' px-4 sm:px-6 py-2 ' className=' px-4 sm:px-6 py-2 '
/> />
</div> </div>