Skip to content

Commit

Permalink
fix links on the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Jan 1, 2025
1 parent 1b1be0f commit 8b9b9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/web/templates/stats/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ <h2 class="text-3xl font-extrabold tracking-tight text-gray-900 leading-9 sm:tex
<div class="flex mt-8 lg:flex-shrink-0 lg:mt-0">
<div class="inline-flex shadow rounded-md">
<a
href="https://www.vinceanalytics.com/guides/deployment/local/"
href="https://www.vinceanalytics.com/blog/deploy-local/"
class="inline-flex items-center justify-center px-5 py-3 text-base font-medium bg-rose-300 border border-transparent leading-6 rounded-md hover:bg-rose-400 focus:outline-none focus:ring transition duration-150 ease-in-out"
>
Get started
</a>
</div>
<div class="inline-flex ml-3 shadow rounded-md">
<a
href="https://vinceanalytics.com"
href="https://www.vinceanalytics.com/categories/guides/"
class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-rose-600 bg-white border border-transparent leading-6 rounded-md hover:text-rose-500 focus:outline-none focus:ring transition duration-150 ease-in-out"
>
Learn more
Expand Down

0 comments on commit 8b9b9c7

Please sign in to comment.