add "client" to url to be more clear that it's a subdomain

This commit is contained in:
Foster Irwin 2022-11-07 20:27:29 -07:00
parent af69fd4d64
commit 27e3deac08

View file

@ -165,7 +165,7 @@ const Firmware = (): JSX.Element => {
href="https://client.meshtastic.org" href="https://client.meshtastic.org"
className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200" className="m-auto flex rounded-lg border-4 border-transparent bg-accent p-1 font-semibold text-black shadow-md hover:text-black hover:brightness-110 active:border-green-200"
> >
meshtastic.org client.meshtastic.org
<ArrowTopRightOnSquareIcon className="m-auto ml-2 h-4" /> <ArrowTopRightOnSquareIcon className="m-auto ml-2 h-4" />
</a> </a>
</div> </div>