forked from CyberOS/website-wip
Merge pull request 'Update mirror list' (#1) from darksunlight-patch-mirror-update into master
Reviewed-on: #1master
commit
8596a0ed61
|
@ -6,7 +6,7 @@
|
|||
"donate": "Donate",
|
||||
|
||||
"footer": "Psst, this website is a work-in-progress. You can help by [sending a pull request].",
|
||||
"footerCopyright": "Copyleft 🄯 Copyright © CyberOS Team 2020–2021",
|
||||
"footerCopyright": "Copyleft 🄯 Copyright © CyberOS Team 2020–2022",
|
||||
|
||||
"main-title": "CyberOS is a Linux distribution built with Qt Quick and Arch Linux.",
|
||||
|
||||
|
@ -34,5 +34,6 @@
|
|||
"canada": "Canada",
|
||||
"germany": "Germany",
|
||||
"japan": "Japan",
|
||||
"russia": "Russia"
|
||||
"russia": "Russia",
|
||||
"usa": "United States"
|
||||
}
|
||||
|
|
|
@ -39,13 +39,12 @@ const Download = (): JSX.Element => {
|
|||
<h1 css={tw`text-3xl my-8`}>Mirrors</h1>
|
||||
<p>{t('pickMirror')}</p>
|
||||
|
||||
<Mirror country={t('canada')} links={['cyber.123780.xyz']} />
|
||||
<Mirror
|
||||
country={t('germany')}
|
||||
links={['cyber.lukgth.de', 'mirror.getcyberos.org']}
|
||||
/>
|
||||
<Mirror country={t('japan')} links={['cyber-jp.123780.xyz']} />
|
||||
<Mirror country={t('russia')} links={['cyber.kittyle.org']} />
|
||||
<Mirror country={t('usa')} links={['cyber.123780.xyz']} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue