Skip to content

Commit 4f89f81

Browse files
committed
fix: removing pdf button for now
1 parent 9eac3fe commit 4f89f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Note/NoteName.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<Icon name="lucide:house" class="size-6" />
4141
Home
4242
</NuxtLink>
43-
<a
43+
<!-- <a
4444
:href="`/api/note/download/pdf/${notebookAPIPath}`"
4545
target="_blank"
4646
class="flex flex-row items-center gap-2 text-gray-900 hover:text-accent-hover dark:text-gray-400 dark:hover:text-accent">
4747
<Icon name="carbon:generate-pdf" class="size-6" />
4848
PDF
49-
</a>
49+
</a> -->
5050
</div>
5151
</div>
5252
<CommonDangerAlert v-if="error" class="mb-4 w-full">{{ error }}</CommonDangerAlert>

0 commit comments

Comments
 (0)