Compare commits
No commits in common. "ai-dev" and "master" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,8 +1,3 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
@ -37,8 +37,8 @@ const HeroImageRight = ({
|
||||
<BaseButton
|
||||
href='/login'
|
||||
label={`${buttonText}`}
|
||||
color='void'
|
||||
className='!text-white !bg-black px-4 sm:px-6 py-2 '
|
||||
color='info'
|
||||
className=' px-4 sm:px-6 py-2 '
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user