Skip to content

Commit

Permalink
chore: add more items to the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 12, 2024
1 parent 5765b73 commit baa9e17
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ export default function About() {
<h2 className="my-0 text-indigo-600">{info.version}</h2>
<span className="block text-base text-gray-400">electron version</span>
</div>
<h2 className="col-span-2 my-4 text-center text-indigo-900">{info.applicationName}</h2>
<h2 className="col-span-2 my-4 text-center text-indigo-900">
<a href="https://gis.utah.gov/products/sgid/address/api-client/" target="_blank" rel="noopener noreferrer">
{info.applicationName}
</a>
<span className="block text-base font-normal text-gray-400">product page</span>
</h2>
<div className="flex-1 p-6">
<h2 className="my-0 text-indigo-600">
<a href={info.repo} target="_blank" rel="noopener noreferrer">
Expand All @@ -51,8 +56,14 @@ export default function About() {
api explorer
</a>
</h2>
<span className="block text-base text-gray-400">website</span>
<span className="block text-base text-gray-400">documentation</span>
</div>
<h2 className="col-span-2 my-4 text-center text-indigo-900">
<a href="https://developer.mapserv.utah.gov/" target="_blank" rel="noopener noreferrer">
self service
</a>
<span className="block text-base font-normal text-gray-400">key management</span>
</h2>
</section>
<div
className="absolute inset-0 z-0 bg-contain bg-fixed bg-center bg-no-repeat bg-origin-content"
Expand Down

0 comments on commit baa9e17

Please sign in to comment.