Skip to content

Commit 790c510

Browse files
Update index.js
1 parent d34d129 commit 790c510

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pages/docs/index.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ const Home = (props) => {
6969
iteration="1"
7070
>
7171
<span data-thq-animate-on-reveal="true" className="home-name">
72-
<span
73-
dangerouslySetInnerHTML={{
74-
__html: `${translate.raw('text_-XONHh')}`,
75-
}}
76-
></span>
72+
<span dangerouslySetInnerHTML={{__html:translate.raw('text_-XONHh')}} />
73+
<span dangerouslySetInnerHTML={{__html:` ${translate.raw('text-4')}`}}/>
7774
</span>
78-
<span dangerouslySetInnerHTML={{__html:` ${translate.raw('text-4')}`}} />
7975
</animate-on-reveal>
8076
<div
8177
data-thq="thq-dropdown"
@@ -468,8 +464,9 @@ const Home = (props) => {
468464
.idk {
469465
width: 100%;
470466
}
471-
.zxc {
472-
overflow-x:scroll;overflow-y:hidden;
467+
.zxc div {
468+
overflow-x: scroll;
469+
overflow-y: hidden;
473470
}
474471
`}
475472
</style>

0 commit comments

Comments
 (0)