We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411441a commit 8b8da0cCopy full SHA for 8b8da0c
1 file changed
components/ui/Footer/index.tsx
@@ -25,15 +25,3 @@ const Wrapper = styled.div`
25
const LogoWrapper = styled.div`
26
${tw`flex items-center`}
27
`
28
-// const ListWrapper = styled.div`
29
-// ${tw`overflow-hidden`}
30
-// `
31
-// const ListLink = styled.ul`
32
-// ${tw`flex flex-row flex-wrap justify-between -ml-0.5`}
33
34
-// const ListItem = styled.li`
35
-// ${tw`flex-grow px-1.5 md:px-4 border-l font-medium`}
36
-// &:last-child {
37
-// ${tw`pr-0`}
38
-// }
39
0 commit comments