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

Commit 1497d7c

Browse files
committed
feat: add questionnaire url
1 parent e85226a commit 1497d7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

components/PanelDocs.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,16 @@ router.beforeEach(() => {
167167
<div i-ph-arrow-square-out-fill />
168168
Ask your question
169169
</NuxtLink>
170+
<NuxtLink
171+
to="https://forms.gle/3WcTUaNsUEqPK4R19"
172+
target="_blank"
173+
flex="~ items-center gap-2"
174+
text-inherit op75
175+
hover="text-primary op100"
176+
>
177+
<div i-ph-arrow-square-out-fill />
178+
take a questionnaire
179+
</NuxtLink>
170180
</div>
171181
</article>
172182
<!-- Navigration Dropdown -->

0 commit comments

Comments
 (0)