Skip to content

Commit 7a71e26

Browse files
Update index.js
1 parent a46f730 commit 7a71e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ const Home = (props) => {
180180
easing="ease-in-out"
181181
iteration="1"
182182
>
183-
<Link href="https://github.com/JustStudio7/Encoder" target="_blank" className='hideOn322'>
183+
<Link href="https://github.com/JustStudio7/Encoder" target="_blank">
184184
<button
185185
type="button"
186186
data-thq-animate-on-reveal="true"
187-
className="home-button button"
187+
className="home-button button hideOn322"
188188
>
189189
<span className="home-text4">
190190
<span className="home-text5"
@@ -202,7 +202,7 @@ const Home = (props) => {
202202
></span>
203203
</button>
204204
</Link>
205-
<Link href="/docs">
205+
<Link href={`/${locale?.['short']}/docs`}>
206206
<button
207207
type="button"
208208
data-thq-animate-on-reveal="true"

0 commit comments

Comments
 (0)