Skip to content

Commit

Permalink
chore(explorer): link to dev self service website
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Nov 17, 2023
1 parent b563742 commit f7623b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/explorer/src/pages/getting-started.astro
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import Chrome from '../layouts/Chrome.astro';
<div class="flex justify-center">
<div class="flex mt-4 md:mt-0 rounded-md shadow">
<a
href="https://developer.mapserv.utah.gov"
href="https://ut-dts-agrc-web-api-dev-self-service.web.app/self-service"
class="px-5 py-3 rounded-md h-12 font-semibold shadow border-wavy-600 bg-wavy-500 text-white hover:border-wavy-700 hover:bg-wavy-600 focus:border-wavy-500 focus:ring-wavy-600 active:bg-wavy-700 flex min-h-[2rem] w-fit cursor-pointer items-center justify-center border-2 transition-all duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-opacity-50 disabled:cursor-not-allowed disabled:opacity-50"
>Get started</a
>
Expand Down

0 comments on commit f7623b7

Please sign in to comment.