Skip to content

Commit

Permalink
replace form link with actual form link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesWalker55 committed Apr 14, 2023
1 parent 81caba2 commit 36cd1a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/FeedbackModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const emit = defineEmits<Emits>();
<p class="mb-4 mt-4 flex justify-center">
<!-- TODO -->
<a
href="#TODO"
href="https://forms.gle/f24ptHpJK8wjtR5o9"
target="_blank"
class="rounded bg-violet-700 px-4 py-2 text-lg text-violet-50 drop-shadow hover:bg-violet-600 hover:shadow-lg"
>
<span class="font-medium">Google</span> Forms
Expand Down

0 comments on commit 36cd1a1

Please sign in to comment.