diff --git a/public/images/muro_avatar.svg b/public/images/muro_avatar.svg index 1899ce00..aec90f83 100644 --- a/public/images/muro_avatar.svg +++ b/public/images/muro_avatar.svg @@ -25,17 +25,41 @@ inkscape:deskcolor="#d1d1d1" inkscape:document-units="px" showgrid="false" - inkscape:zoom="1.7192769" - inkscape:cx="72.123345" - inkscape:cy="74.449904" + inkscape:zoom="0.65425855" + inkscape:cx="113.10513" + inkscape:cy="-3.0568955" inkscape:window-width="1280" inkscape:window-height="735" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="layer1" /> + inkscape:current-layer="g164" /> + + + + + + + + @@ -72,28 +96,6 @@ offset="1" id="stop5886" /> - - - - - + + + - - + id="g164"> + + + + + - - - - - + id="g71983-1" + style="display:inline;opacity:1;mix-blend-mode:normal" + transform="matrix(2.2668911,0,0,2.2668911,-802.15183,-343.85168)"> + + + + + + + + + + - - - - diff --git a/src/components/notifications/NotificationComment/index.tsx b/src/components/notifications/NotificationComment/index.tsx index 0310cc85..c4592f40 100644 --- a/src/components/notifications/NotificationComment/index.tsx +++ b/src/components/notifications/NotificationComment/index.tsx @@ -5,7 +5,7 @@ import { Avatar } from '~/components/common/Avatar'; import { InlineUsername } from '~/components/common/InlineUsername'; import { Square } from '~/components/common/Square'; import { NotificationItem } from '~/types/notifications'; -import { formatText, getPrettyDate, getURLFromString } from '~/utils/dom'; +import { formatText, getURLFromString } from '~/utils/dom'; import styles from './styles.module.scss';