Update src/components/Hero.jsx
This commit is contained in:
parent
a6b4a1a42b
commit
22cee3525c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export const Hero = () => {
|
||||||
transition={{ duration: 0.5 }}
|
transition={{ duration: 0.5 }}
|
||||||
>
|
>
|
||||||
<div className="text-customSecondary text-sm sm:text-base mb-6 sm:mt-32 mt-16 font-bold">
|
<div className="text-customSecondary text-sm sm:text-base mb-6 sm:mt-32 mt-16 font-bold">
|
||||||
DragonsChild
|
Dragons child
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
<motion.div
|
<motion.div
|
||||||
|
|
Loading…
Reference in a new issue