mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: add dropdown for links and collection header
This commit is contained in:
@@ -10,6 +10,9 @@ const FooterStyle = styled.footer(({ theme }) => ({
|
||||
color: theme.colors.grey,
|
||||
textAlign: 'center',
|
||||
paddingTop: '0.75em',
|
||||
'& a:hover': {
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
}));
|
||||
|
||||
export default function Footer() {
|
||||
|
||||
Reference in New Issue
Block a user