Skip to content

Commit

Permalink
fix: remove html lang to fix translator popup (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jul 29, 2023
1 parent 807cc21 commit b5ef1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="zh-cn">
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="{pwa_small_icon}" sizes="64x64"/>
Expand Down

0 comments on commit b5ef1db

Please sign in to comment.