Changed gradient of text on landing page
This commit is contained in:
parent
2199701880
commit
2a8ce70a4f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const Hero = () => {
|
||||||
display={{ base: "block", lg: "inline" }}
|
display={{ base: "block", lg: "inline" }}
|
||||||
w="full"
|
w="full"
|
||||||
bgClip="text"
|
bgClip="text"
|
||||||
bgGradient="linear(to-r, green.400,purple.500)"
|
bgGradient="linear(to-r, rgba(0,76,213,1) 0%, rgba(0,99,255,1) 50%, rgba(0,183,255,1) 100%)"
|
||||||
fontWeight="extrabold"
|
fontWeight="extrabold"
|
||||||
>
|
>
|
||||||
CODM
|
CODM
|
||||||
|
|
Loading…
Reference in a new issue