Compare commits

..

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

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>