Skip to content

Commit 876752b

Browse files
fix
1 parent 63d286a commit 876752b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_just/style/fix.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
2525
*/
2626

27-
button *:last-child:not(.home-text7):not(svg):not(svg *):not(a[href="/"] *):not(a[href="/ru"] *):not(a[href="/fr"] *):not(a[href="/ua"] *) {
27+
button *:last-child:not(.home-text7):not(svg):not(svg *):not(.doNotHide *) {
2828
display: none;
2929
}
3030

pages/docs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ const Home = (props) => {
190190
<button
191191
type="button"
192192
data-thq-animate-on-reveal="true"
193-
className="home-button button"
193+
className="home-button button doNotHide"
194194
>
195195
<span className="home-text4">
196196
<span className="home-text5"
197197
dangerouslySetInnerHTML={{
198198
__html: translate.raw('docs-01'),
199199
}}
200200
></span>
201-
<span></span>
201+
<span className='removethat'></span>
202202
<span className="home-text7 removethat"></span>
203203
</span>
204204
</button>

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const Home = (props) => {
214214
__html: translate.raw('text-4'),
215215
}}
216216
></span>
217-
<span></span>
217+
<span className='removethat'></span>
218218
<span className="home-text7 removethat"></span>
219219
</span>
220220
<span

0 commit comments

Comments
 (0)