Skip to content

Commit

Permalink
Update DownloadWebgalTerre.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Sep 23, 2024
1 parent cf5c790 commit d8ca0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/download/components/DownloadWebgalTerre.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DownloadWebgalTerre = () => {
})

const isZh = locale === 'zh-cn'
const ghproxyStr = 'https://mirror.ghproxy.com/'
const ghproxyStr = 'https://ghp.ci/'

return (
<div className={styles.card}>
Expand Down

0 comments on commit d8ca0e8

Please sign in to comment.