Skip to content

Commit 58b4206

Browse files
Update index.js
1 parent ef7a428 commit 58b4206

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/docs/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ const Home = (props) => {
149149
wrapLines
150150
theme={dracula}
151151
/>}</div>
152+
<h1 dangerouslySetInnerHTML={{__html: "encode()"}} className="home-name" />
153+
<span dangerouslySetInnerHTML={{__html: translate.raw('docs-08')}} className="tutor" />
154+
<h1 dangerouslySetInnerHTML={{__html: "decode()"}} className="home-name" />
155+
<span dangerouslySetInnerHTML={{__html: translate.raw('docs-09')}} className="tutor" />
152156
</div>
153157
</div>
154158
<div className="home-mode __just_select selectthing">

0 commit comments

Comments
 (0)