mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 18:45:49 +00:00
listStyle changed to liststyle prop in footer/mobile footer
This commit is contained in:
@@ -190,7 +190,7 @@ const Footer = () => {
|
||||
Socials
|
||||
</Text>
|
||||
<UnorderedList
|
||||
listStyle={"none"}
|
||||
liststyle={"none"}
|
||||
listStyleType={"none"}
|
||||
color={"#B0B0B0"}
|
||||
fontFamily={"Poppins"}
|
||||
|
||||
@@ -115,7 +115,7 @@ const MobileFooter = () => {
|
||||
</h2>
|
||||
<AccordionPanel pb={4}>
|
||||
<UnorderedList
|
||||
listStyle={"none"}
|
||||
liststyle={"none"}
|
||||
listStyleType={"none"}
|
||||
color={"#B0B0B0"}
|
||||
fontFamily={"Poppins"}
|
||||
|
||||
Reference in New Issue
Block a user