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/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
**/node_modules/
|
|
||||||
**/build/
|
|
||||||
.DS_Store
|
|
||||||
.env
|
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user