Skip to content

Commit cfb3a45

Browse files
committed
fix: downgrade marked to fix changelog preview issue
1 parent ceacbbe commit cfb3a45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

web/components/Notifications/Indicator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const icon = computed<{ component: Component; color: string } | null>(() => {
4040

4141
<template>
4242
<div class="relative">
43-
<BellIcon class="w-6 h-6" />
43+
<BellIcon class="w-6 h-6 text-header-text-primary" />
4444
<div
4545
v-if="indicatorLevel === 'UNREAD'"
4646
class="absolute top-0 right-0 size-2.5 rounded-full border border-neutral-800 bg-unraid-green"

web/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"hex-to-rgba": "^2.0.1",
8080
"isomorphic-dompurify": "^2.19.0",
8181
"lucide-vue-next": "^0.468.0",
82-
"marked": "^15.0.3",
82+
"marked": "^12.0.2",
8383
"marked-base-url": "^1.1.6",
8484
"radix-vue": "^1.9.11",
8585
"semver": "^7.6.3",

0 commit comments

Comments
 (0)