Compare commits

..

No commits in common. "ai-dev" and "master" have entirely different histories.

2 changed files with 2 additions and 7 deletions

5
.gitignore vendored
View File

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