diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-17 16:41:53 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-17 16:41:53 +0100 |
| commit | 86d3e30ef02585d5089dce3aa2757ca2cb4e4edf (patch) | |
| tree | 8102a6f3fe093322062bdb6b11d97f8fa5f388df /src/components/Icons/index.tsx | |
| parent | 90ffd597a35891f71665ee442b90e99d6e579118 (diff) | |
chore: replace copyright icon import with custom component
It allows me to set the colors with CSS and it will be easier to
implement dark mode.
Diffstat (limited to 'src/components/Icons/index.tsx')
| -rw-r--r-- | src/components/Icons/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Icons/index.tsx b/src/components/Icons/index.tsx index eae50a5..68aa2ac 100644 --- a/src/components/Icons/index.tsx +++ b/src/components/Icons/index.tsx @@ -3,6 +3,7 @@ import BlogIcon from './Blog/Blog'; import CloseIcon from './Close/Close'; import CogIcon from './Cog/Cog'; import ContactIcon from './Contact/Contact'; +import CopyrightIcon from './Copyright/Copyright'; import CVIcon from './CV/CV'; import HamburgerIcon from './Hamburger/Hamburger'; import HomeIcon from './Home/Home'; @@ -16,6 +17,7 @@ export { CloseIcon, CogIcon, ContactIcon, + CopyrightIcon, CVIcon, HamburgerIcon, HomeIcon, |
