test wtf
This commit is contained in:
parent
8be9109e20
commit
378a68d18b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
@ -37,8 +37,8 @@ const HeroImageRight = ({
|
||||
<BaseButton
|
||||
href='/login'
|
||||
label={`${buttonText}`}
|
||||
color='info'
|
||||
className=' px-4 sm:px-6 py-2 '
|
||||
color='void'
|
||||
className='!text-white !bg-black px-4 sm:px-6 py-2 '
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user