Skip to content

Commit

Permalink
fix(info): actually import the Markdown tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaio committed Dec 28, 2020
1 parent 7a7320e commit c78c0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/info/MarkdownOverrides.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Link, Typography } from '@material-ui/core';
import { MarkdownToJSX } from 'markdown-to-jsx';
import Markdown, { MarkdownToJSX } from 'markdown-to-jsx';
import React, { useEffect, useState } from 'react';
import infoTextMarkdown from './info.md';

Expand Down

0 comments on commit c78c0b4

Please sign in to comment.