diff --git a/src/styles/Layout.tsx b/src/styles/Layout.tsx index 66680f2..4df7206 100644 --- a/src/styles/Layout.tsx +++ b/src/styles/Layout.tsx @@ -2,7 +2,7 @@ import styled from 'styled-components' import { Pages, PagesTitles } from '../utils/types' import { Colors } from './Colors' -export const SectionWrapper: React.FC<{ id: Pages; children?: React.ReactNode; className?: string }> = ({ title, id, children, className }) => { +export const SectionWrapper: React.FC<{ id: Pages; children?: React.ReactNode; className?: string }> = ({ id, children, className }) => { return (