We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7ede2 commit 91a7495Copy full SHA for 91a7495
afterpython/_website/src/routes/+page.svelte
@@ -84,16 +84,13 @@
84
</a>
85
{/if}
86
{#if data.contentTypes?.doc}
87
- <button
+ <a
88
+ href={dev ? env.PUBLIC_DOC_URL : resolve('/doc')}
89
+ rel="external noopener noreferrer"
90
class="rounded-lg bg-pm500 px-6 py-3 font-medium text-white transition-colors hover:bg-pm600"
91
>
- <a
- href={dev ? env.PUBLIC_DOC_URL : resolve('/doc')}
92
- rel="external noopener noreferrer"
93
- >
94
- Go to Documentation
95
- </a>
96
- </button>
+ Go to Documentation
+ </a>
97
98
</div>
99
0 commit comments