diff --git a/src/components/landing/layout/footer/footer.scss b/src/components/landing/layout/footer/footer.scss deleted file mode 100644 index 9b77e0fc3..000000000 --- a/src/components/landing/layout/footer/footer.scss +++ /dev/null @@ -1,3 +0,0 @@ -footer { - color: rgba(255, 255, 255, .5); -} diff --git a/src/components/landing/layout/footer/footer.tsx b/src/components/landing/layout/footer/footer.tsx index 304a553f2..864cb1a20 100644 --- a/src/components/landing/layout/footer/footer.tsx +++ b/src/components/landing/layout/footer/footer.tsx @@ -2,11 +2,10 @@ import React from "react"; import {LanguagePicker} from "./language-picker"; import {PoweredByLinks} from "./powered-by-links"; import {SocialLink} from "./social-links"; -import "./footer.scss"; export const Footer: React.FC = () => { return ( -