File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { Box , Flex , Image , Tooltip } from "@chakra-ui/react" ;
2
2
import toskaLogo from "assets/toskaLogo.svg" ;
3
3
import toskaMopo from "assets/toskaMopo.png" ;
4
+ import Markdown from "components/Markdown" ;
4
5
import { Members } from "components/Members" ;
5
6
import { Projects } from "components/Projects" ;
6
7
import Section from "components/Section" ;
@@ -11,7 +12,6 @@ import Head from "next/head";
11
12
import { join } from "path" ;
12
13
import { FaGamepad , FaGithub } from "react-icons/fa" ;
13
14
import { MdEmail } from "react-icons/md" ;
14
- import ReactMarkdown from "react-markdown" ;
15
15
import { theme } from "utils/theme" ;
16
16
17
17
export const getStaticProps = async ( ) => {
@@ -78,7 +78,7 @@ const IndexPage = ({
78
78
sovelluskehitysakatemia
79
79
</ Box >
80
80
< Box mt = { 12 } >
81
- < ReactMarkdown source = { introText } />
81
+ < Markdown value = { introText } />
82
82
</ Box >
83
83
</ Section >
84
84
< Section bg = "BLACK" header = "Projektit" >
Original file line number Diff line number Diff line change 8
8
box-shadow : 0px 4px 4px rgba (148 , 136 , 136 , 0.125 );
9
9
transform : scale (1.1 );
10
10
}
11
-
12
- a {
13
- color : # 3b82f6 ;
14
- text-decoration : underline;
15
- }
You can’t perform that action at this time.
0 commit comments