Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6e873a0

Browse files
authored
feat: add questionnaire url
* feat: add questionnaire url * feat: add comment
1 parent e85226a commit 6e873a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/PanelDocs.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ router.beforeEach(() => {
167167
<div i-ph-arrow-square-out-fill />
168168
Ask your question
169169
</NuxtLink>
170+
<!-- NOTE: remove when hands-on finished (will be held on 2024-10-19) -->
171+
<NuxtLink
172+
to="https://forms.gle/3WcTUaNsUEqPK4R19"
173+
target="_blank"
174+
flex="~ items-center gap-2"
175+
text-inherit op75
176+
hover="text-primary op100"
177+
>
178+
<div i-ph-arrow-square-out-fill />
179+
take a questionnaire
180+
</NuxtLink>
170181
</div>
171182
</article>
172183
<!-- Navigration Dropdown -->

0 commit comments

Comments
 (0)