From 0a954547b2bb8136c97f3a697274319751e046ed Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 5 Jan 2022 12:00:43 +0100 Subject: chore: replace theme button with settings I plan to add more user settings so theme options should be inside settings. --- src/components/Icons/Sun/Sun.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Icons/Sun/Sun.tsx') diff --git a/src/components/Icons/Sun/Sun.tsx b/src/components/Icons/Sun/Sun.tsx index a4f5a11..612d3fa 100644 --- a/src/components/Icons/Sun/Sun.tsx +++ b/src/components/Icons/Sun/Sun.tsx @@ -1,3 +1,4 @@ +import { t } from '@lingui/macro'; import styles from './Sun.module.scss'; const SunIcon = () => { @@ -7,6 +8,7 @@ const SunIcon = () => { viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" > + {t`Light theme`} ); -- cgit v1.2.3