From a7f3e798164d8448683484cd2b6dff0313b07fe8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 3 Jan 2022 19:15:39 +0100 Subject: chore(prism): replace Coldark theme with a custom theme --- src/components/Layouts/Layout.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/Layouts/Layout.tsx') 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'; -- cgit v1.2.3