listStyle changed to liststyle prop in footer/mobile footer

This commit is contained in:
rockyeverlast
2024-05-03 12:20:54 +05:30
parent 15c5ac7622
commit 211c4a2ac3
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ const Footer = () => {
Socials
</Text>
<UnorderedList
listStyle={"none"}
liststyle={"none"}
listStyleType={"none"}
color={"#B0B0B0"}
fontFamily={"Poppins"}

View File

@@ -115,7 +115,7 @@ const MobileFooter = () => {
</h2>
<AccordionPanel pb={4}>
<UnorderedList
listStyle={"none"}
liststyle={"none"}
listStyleType={"none"}
color={"#B0B0B0"}
fontFamily={"Poppins"}