Skip to content

Commit 540e3f1

Browse files
Copilotnomeguy
andcommitted
Fix Giscus lang property to use currentLanguage for consistency
Co-authored-by: nomeguy <[email protected]>
1 parent 049b32b commit 540e3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function GalleryContent() {
3636
emitMetadata="0"
3737
inputPosition="top"
3838
theme={colorMode}
39-
lang="en"
39+
lang={currentLanguage}
4040
loading="lazy"
4141
/>
4242
</div>

0 commit comments

Comments
 (0)