Revert to version 5e613ea

This commit is contained in:
Flatlogic Bot 2025-09-10 10:35:50 +00:00
parent c5f7c685ff
commit abf4ca0f49
3 changed files with 9 additions and 5 deletions

5
.gitignore vendored
View File

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

File diff suppressed because one or more lines are too long

View File

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