This commit is contained in:
Flatlogic Bot 2025-03-14 22:07:21 +00:00
parent 8be9109e20
commit 378a68d18b
2 changed files with 7 additions and 2 deletions

5
.gitignore vendored
View File

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

View File

@ -37,8 +37,8 @@ const HeroImageRight = ({
<BaseButton
href='/login'
label={`${buttonText}`}
color='info'
className=' px-4 sm:px-6 py-2 '
color='void'
className='!text-white !bg-black px-4 sm:px-6 py-2 '
/>
</div>
</div>