We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f3c4a commit 54d506dCopy full SHA for 54d506d
src/components/Splash/Splash.jsx
@@ -7,8 +7,8 @@ import SplashViz from '../SplashViz/SplashViz';
7
import Markdown from '../Markdown/Markdown';
8
import Support from '../Support/Support';
9
10
-// Import Content
11
-import Content from '../../content/index.md';
+// Import Demo Content
+import SplashContent from '../../content/index.md';
12
13
// Load Styling
14
import './Splash.scss';
@@ -21,7 +21,7 @@ const Splash = () => (
21
<Container>
22
<Markdown>
23
<div dangerouslySetInnerHTML={{
24
- __html: Content
+ __html: SplashContent
25
}} />
26
</Markdown>
27
</Container>
0 commit comments