diff --git a/frontend/src/_vars.scss b/frontend/src/_vars.scss index e65237e..6df635d 100755 --- a/frontend/src/_vars.scss +++ b/frontend/src/_vars.scss @@ -1,4 +1,4 @@ $primary_color: #242a33; -$second_color: #1A1B1E; +$secondary_color: #1A1B1E; $third_color:#25262b; diff --git a/frontend/src/components/Footer/index.tsx b/frontend/src/components/Footer/index.tsx index 7f61c54..bcc4588 100755 --- a/frontend/src/components/Footer/index.tsx +++ b/frontend/src/components/Footer/index.tsx @@ -3,7 +3,6 @@ import React from 'react'; import style from "./index.module.scss"; - function FooterPage() { return