-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
/> | ||
</div> | ||
|
||
|
||
<b> | ||
{{ referenceLink.title }} | ||
</b> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<template> | ||
<section> | ||
<h2 class="text-2xl pb-2">Have you used JPlag before?</h2> | ||
<hr class="pb-2 md:mx-[-1rem]"> | ||
<p> | ||
Then please consider taking the <a :href="link" class="text-link hover:text-link-hover visited:text-link-visited active:text-link-clicked underline">survey</a>. <br /> | ||
It takes less than 5 minutes. <br /> | ||
Your help is very appreciated and can help make JPlag a better tool. <br /> | ||
<a :href="link" class="text-link hover:text-link-hover visited:text-link-visited active:text-link-clicked underline">Click here to get to the survey.</a> | ||
</p> | ||
</section> | ||
|
||
</template> | ||
|
||
<script setup lang="ts"> | ||
const link = "https://docs.google.com/forms/d/e/1FAIpQLSckqUlXhIlJ-H2jtu2VmGf_mJt4hcnHXaDlwhpUL3XG1I8UYw/viewform" | ||
</script> |