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:
@@ -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' : ''}"
|
||||||
|
|||||||
Reference in New Issue
Block a user