diff --git a/src/components/_icons/copy.icon.tsx b/src/components/_icons/copy.icon.tsx index 7eabdc45..5c80573a 100644 --- a/src/components/_icons/copy.icon.tsx +++ b/src/components/_icons/copy.icon.tsx @@ -1,8 +1,7 @@ import BaseIconProps from "@/interfaces/base-icon-props.interface"; -import exports from "@/styles/exports.module.scss"; export const CopyIcon = ({ - color = exports.lightGrey, + color = "stroke-gray-light", height = 24, width = 29, className, @@ -18,14 +17,14 @@ export const CopyIcon = ({ > { return ( { return ( { const MobileFooter = () => { return ( -
+
diff --git a/src/components/_shared/learn-more/learn-more.component.tsx b/src/components/_shared/learn-more/learn-more.component.tsx index e4729208..7fb0f9a7 100644 --- a/src/components/_shared/learn-more/learn-more.component.tsx +++ b/src/components/_shared/learn-more/learn-more.component.tsx @@ -4,9 +4,6 @@ import BaseComponentProps from "@/interfaces/base-component-props.interface"; import { ChevronIcon, DiscordIcon, LearnMoreIcon } from "@/components/_icons"; import { Button } from "@/components/_shared"; -import exports from "@/styles/exports.module.scss"; - -import styles from "./learn-more.module.scss"; import { cn } from "@/styles/helpers"; interface LearnMoreProps extends BaseComponentProps {} @@ -16,30 +13,32 @@ export const LearnMore = ({ className, style }: LearnMoreProps) => { return (
-
+
{pathname === "/" && ( -
-
-

Learn more

-

+

+
+

+ Learn more +

+

If you're interested in learning more about Mento, finding out what the team is working on now, or would like to contribute, please join our discord server.

-
- +
+
)}