mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
refact: prefer function over lambdas
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react"
|
||||
import * as SC from "./styles"
|
||||
import Container from "../Container"
|
||||
|
||||
const Footer = () => {
|
||||
function Footer() {
|
||||
return (
|
||||
<SC.FooterWrapper>
|
||||
<Container>
|
||||
|
||||
Reference in New Issue
Block a user