fix(frontend): correct path for Note-Add-MD icon on Annotieren button

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-24 23:20:49 +01:00
parent db9d8ed457
commit c19f7b3b1a

View File

@@ -106,7 +106,7 @@ const compactMeta = $derived.by(() => {
: 'border border-brand-navy text-brand-navy hover:bg-brand-navy hover:text-white'}" : 'border border-brand-navy text-brand-navy hover:bg-brand-navy hover:text-white'}"
> >
<img <img
src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Note-Add-MD.svg" src="/degruyter-icons/Simple/Medium-24px/SVG/Action/Note/Note-Add-MD.svg"
alt="" alt=""
aria-hidden="true" aria-hidden="true"
class="h-4 w-4 {annotateMode ? 'invert' : ''}" class="h-4 w-4 {annotateMode ? 'invert' : ''}"