We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eac3fe commit 4f89f81Copy full SHA for 4f89f81
components/Note/NoteName.vue
@@ -40,13 +40,13 @@
40
<Icon name="lucide:house" class="size-6" />
41
Home
42
</NuxtLink>
43
- <a
+ <!-- <a
44
:href="`/api/note/download/pdf/${notebookAPIPath}`"
45
target="_blank"
46
class="flex flex-row items-center gap-2 text-gray-900 hover:text-accent-hover dark:text-gray-400 dark:hover:text-accent">
47
<Icon name="carbon:generate-pdf" class="size-6" />
48
PDF
49
- </a>
+ </a> -->
50
</div>
51
52
<CommonDangerAlert v-if="error" class="mb-4 w-full">{{ error }}</CommonDangerAlert>
0 commit comments