Compare commits

..

2 Commits

Author SHA1 Message Date
Flatlogic Bot
378a68d18b test wtf 2025-03-14 22:07:21 +00:00
Flatlogic Bot
8be9109e20 Reset ai-dev branch to match master 2025-03-14 21:19:59 +00:00
2 changed files with 7 additions and 2 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,8 +37,8 @@ const HeroImageRight = ({
<BaseButton <BaseButton
href='/login' href='/login'
label={`${buttonText}`} label={`${buttonText}`}
color='info' color='void'
className=' px-4 sm:px-6 py-2 ' className='!text-white !bg-black px-4 sm:px-6 py-2 '
/> />
</div> </div>
</div> </div>