0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-04 02:20:10 +09:00

Compare commits

..

No commits in common. "12052f7aba9b55e9d1120a61bd0509f8cabeaa93" and "998fe67c159ffb3d5a302e72f1b25d611b66485e" have entirely different histories.

View File

@ -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://bluemap.yude.jp"> <Link href="https://dynmap.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"/> BlueMap <FontAwesomeIcon icon={faMap} className="w-5 h-5 inline"/> Dynmap
</button> </button>
</a> </a>
</Link> </Link>