mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Compare commits
2 Commits
998fe67c15
...
12052f7aba
Author | SHA1 | Date | |
---|---|---|---|
12052f7aba | |||
157da46a07 |
@ -46,13 +46,13 @@ export default function About(props) {
|
|||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<p>{t('version')}: 1.17</p>
|
<p>{t('version')}: 1.17</p>
|
||||||
<Link href="https://dynmap.yude.jp">
|
<Link href="https://bluemap.yude.jp">
|
||||||
<a>
|
<a>
|
||||||
<button
|
<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"
|
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"
|
type="button"
|
||||||
>
|
>
|
||||||
<FontAwesomeIcon icon={faMap} className="w-5 h-5 inline"/> Dynmap
|
<FontAwesomeIcon icon={faMap} className="w-5 h-5 inline"/> BlueMap
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user