From e9950602c4e101f81aa0505bffa0933399fe7bf3 Mon Sep 17 00:00:00 2001 From: DrMint Date: Mon, 5 Dec 2022 22:09:21 +0100 Subject: [PATCH] Some texts were using normal markdown and not markdawn --- src/components/Panels/MainPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Panels/MainPanel.tsx b/src/components/Panels/MainPanel.tsx index a669e85..0d69f96 100644 --- a/src/components/Panels/MainPanel.tsx +++ b/src/components/Panels/MainPanel.tsx @@ -1,4 +1,3 @@ -import Markdown from "markdown-to-jsx"; import { HorizontalLine } from "components/HorizontalLine"; import { Button } from "components/Inputs/Button"; import { NavOption } from "components/PanelComponents/NavOption"; @@ -11,6 +10,7 @@ import { sendAnalytics } from "helpers/analytics"; import { ColoredSvg } from "components/ColoredSvg"; import { atoms } from "contexts/atoms"; import { useAtomGetter, useAtomPair, useAtomSetter } from "helpers/atoms"; +import { Markdawn } from "components/Markdown/Markdawn"; /* * ╭─────────────╮ @@ -166,7 +166,7 @@ export const MainPanel = (): JSX.Element => {
{isDefinedAndNotEmpty(langui.licensing_notice) && (

- {langui.licensing_notice} +

)}
@@ -192,7 +192,7 @@ export const MainPanel = (): JSX.Element => {
{isDefinedAndNotEmpty(langui.copyright_notice) && (

- {langui.copyright_notice} +

)}