diff --git a/src/components/notifications/Body/index.tsx b/src/components/notifications/Body/index.tsx index b879b94..da6d727 100644 --- a/src/components/notifications/Body/index.tsx +++ b/src/components/notifications/Body/index.tsx @@ -1,6 +1,6 @@ import AstalNotifd from 'gi://AstalNotifd?version=0.1'; import { Gtk } from 'astal/gtk3'; -import { notifHasImg } from '../helpers'; +import { notifHasImg, escapeMarkup } from '../helpers'; export const Body = ({ notification }: BodyProps): JSX.Element => { return ( @@ -8,7 +8,7 @@ export const Body = ({ notification }: BodyProps): JSX.Element => {