diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-03 19:15:39 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-03 19:15:39 +0100 |
| commit | a7f3e798164d8448683484cd2b6dff0313b07fe8 (patch) | |
| tree | f1d114bcca1969d904ff690cf7bb2fbab96f03c3 /src/components/Layouts | |
| parent | d76e7c054e51471c908707634f5dbdcd3422b8d9 (diff) | |
chore(prism): replace Coldark theme with a custom theme
Diffstat (limited to 'src/components/Layouts')
| -rw-r--r-- | src/components/Layouts/Layout.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index a4d1d28..ac4a043 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -5,7 +5,6 @@ import Header from '@components/Header/Header'; import Main from '@components/Main/Main'; import Breadcrumb from '@components/Breadcrumb/Breadcrumb'; import { t } from '@lingui/macro'; -import 'prism-themes/themes/prism-coldark-cold.min.css'; import { addPrismClasses, translateCopyButton } from '@utils/helpers/prism'; import { useRouter } from 'next/router'; import { config } from '@config/website'; |
