Skip to content

Commit

Permalink
feat: add questionnaire url
Browse files Browse the repository at this point in the history
* feat: add questionnaire url

* feat: add comment
  • Loading branch information
shiyuu33 authored Oct 12, 2024
1 parent e85226a commit 6e873a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/PanelDocs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ router.beforeEach(() => {
<div i-ph-arrow-square-out-fill />
Ask your question
</NuxtLink>
<!-- NOTE: remove when hands-on finished (will be held on 2024-10-19) -->
<NuxtLink
to="https://forms.gle/3WcTUaNsUEqPK4R19"
target="_blank"
flex="~ items-center gap-2"
text-inherit op75
hover="text-primary op100"
>
<div i-ph-arrow-square-out-fill />
take a questionnaire
</NuxtLink>
</div>
</article>
<!-- Navigration Dropdown -->
Expand Down

0 comments on commit 6e873a0

Please sign in to comment.