mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
style: format codebase
This commit is contained in:
@@ -6,7 +6,7 @@ export const FooterWrapper = styled.footer`
|
||||
& a {
|
||||
display: inline;
|
||||
font-weight: 700;
|
||||
color: ${props => props.theme.main.foreground};
|
||||
color: ${(props) => props.theme.main.foreground};
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user