File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments