Skip to content

Commit

Permalink
Update Footer.tsx (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieCrew authored Oct 3, 2023
1 parent feba241 commit eca2cc0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/components/site/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ const footerList = (heading: string, items: Array<Item>) => (
{map(([path, name]) => (
<li key={path}>
<Link href={path}>
<a className="link near-white hover-white" target="_blank">
<a className="link near-white" target="_blank">
{name}
</a>
</Link>
</li>
))(items)}
</ul>

<style jsx>{`
a:visited {
color: lightblue;
}
`}</style>
</div>
);

Expand All @@ -48,7 +42,6 @@ const Footer = () => (
])}

{footerList("More", [
["https://sa-mp.com", "SA-MP"],
["/blog", "Blog"],
["https://github.com/openmultiplayer/", "GitHub"],
])}
Expand Down

0 comments on commit eca2cc0

Please sign in to comment.