Skip to content

Commit 54d506d

Browse files
committed
refactor(splash): rename variable for clarity
1 parent 36f3c4a commit 54d506d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Splash/Splash.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import SplashViz from '../SplashViz/SplashViz';
77
import Markdown from '../Markdown/Markdown';
88
import Support from '../Support/Support';
99

10-
// Import Content
11-
import Content from '../../content/index.md';
10+
// Import Demo Content
11+
import SplashContent from '../../content/index.md';
1212

1313
// Load Styling
1414
import './Splash.scss';
@@ -21,7 +21,7 @@ const Splash = () => (
2121
<Container>
2222
<Markdown>
2323
<div dangerouslySetInnerHTML={{
24-
__html: Content
24+
__html: SplashContent
2525
}} />
2626
</Markdown>
2727
</Container>

0 commit comments

Comments
 (0)