red button
This commit is contained in:
parent
359f2fee9c
commit
df458ae797
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,7 +37,7 @@ const HeroImageRight = ({
|
|||||||
<BaseButton
|
<BaseButton
|
||||||
href='/login'
|
href='/login'
|
||||||
label={`${buttonText}`}
|
label={`${buttonText}`}
|
||||||
color='info'
|
color='danger'
|
||||||
className=' px-4 sm:px-6 py-2 '
|
className=' px-4 sm:px-6 py-2 '
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user