diff --git a/src/@commonsku/styles/icons/ChatIcon.tsx b/src/@commonsku/styles/icons/ChatIcon.tsx index cb3301bb..298f0dc7 100644 --- a/src/@commonsku/styles/icons/ChatIcon.tsx +++ b/src/@commonsku/styles/icons/ChatIcon.tsx @@ -41,7 +41,6 @@ export function ChatIcon({ fill={color} dominant-baseline="middle" text-anchor="middle" - transform="translate(50% 50%)" > {notifs ? (notifs > 99 ? "99+" : notifs) : ""} diff --git a/src/App.tsx b/src/App.tsx index eeedd85f..8ff1b745 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -491,7 +491,7 @@ const App = () => { - + Link