diff --git a/src/components/organisms/Footer.tsx b/src/components/organisms/Footer.tsx index 5359796..1672ea0 100644 --- a/src/components/organisms/Footer.tsx +++ b/src/components/organisms/Footer.tsx @@ -1,4 +1,4 @@ -import { Typography, Layout, Flex, Col, Row } from "antd"; +import { Col, Flex, Layout, Row, Typography } from "antd"; import { SNSHomepage, SNSInstagram, SNSLinkedin, SNSYoutube } from "@/assets"; @@ -54,7 +54,7 @@ const FooterLinks = () => ( ); const NewwaysFooter = () => ( -