We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236d84d commit cf54b5fCopy full SHA for cf54b5f
src/components/shared/notification-center/NotificationData.tsx
@@ -27,7 +27,7 @@ export default function NotificationData(props: NotificationDataProps) {
27
return (<div className="ml-3 w-full">
28
<div className="flex">
29
<h3 className={`text-sm font-medium text-${props.textColor}-800`}>
30
- <a className="underline mr-1" href={props.notification[0].docs} target="_blank" >{props.notification[0].title}</a>
+ <span className="mr-1" >{props.notification[0].title}</span>
31
({props.notification[0].date}
32
{props.notification[0].projectId && <span> in
33
<button className="underline" onClick={() => {
0 commit comments