Revert to version 9edb918

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

5
.gitignore vendored
View File

@ -1,8 +1,3 @@
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='danger'
color='info'
className=' px-4 sm:px-6 py-2 '
/>
</div>