0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 12:10:11 +09:00

Compare commits

...

2 Commits

Author SHA1 Message Date
12052f7aba
Fix typo 2021-06-23 13:06:47 +09:00
157da46a07
Update minecraft.js 2021-06-23 13:05:02 +09:00

View File

@ -46,13 +46,13 @@ export default function About(props) {
</button>
</p>
<p>{t('version')}: 1.17</p>
<Link href="https://dynmap.yude.jp">
<Link href="https://bluemap.yude.jp">
<a>
<button
className="bg-pink-600 text-white active:bg-pink-600 mt-3 font-bold text-sm px-6 py-3 rounded shadow hover:shadow-lg outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150"
type="button"
>
<FontAwesomeIcon icon={faMap} className="w-5 h-5 inline"/> Dynmap
<FontAwesomeIcon icon={faMap} className="w-5 h-5 inline"/> BlueMap
</button>
</a>
</Link>