diff --git a/src/components/layout/footer/Footer.tsx b/src/components/layout/footer/Footer.tsx index c6f9fe6..2bd604c 100644 --- a/src/components/layout/footer/Footer.tsx +++ b/src/components/layout/footer/Footer.tsx @@ -1,6 +1,5 @@ -'use client'; import React from 'react'; -import RightArrowIcon from 'public/svg/icons/common/right_arrow.svg'; +import CreatorLinkButton from "@/components/timeline/button/CreatorLinkButton"; /** * @description @@ -9,37 +8,29 @@ import RightArrowIcon from 'public/svg/icons/common/right_arrow.svg'; * @returns {JSX.Element} Footer * @since 2024.04.26 */ - const Footer = () => { - const handlePress = () => { - console.log('Arrow clicked'); - }; - return ( -