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/
|
||||||
*/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='info'
|
color='void'
|
||||||
className=' px-4 sm:px-6 py-2 '
|
className='!text-white !bg-black px-4 sm:px-6 py-2 '
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user