Skip to content

Commit

Permalink
fix(title): text transform
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklile-Yilma authored and Endalebob committed Jun 29, 2023
1 parent 9970f6f commit a6faddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notifications/NotificationsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NotificationsCard = ({ title, content, date }: NotifcationCardProps) => {
return (
<div className=" border rounded-md shadow-md border-gray-50 max-w-[90%] md:max-w-[80%] lg:max-w-5xl w-screen p-4 flex flex-col justify-between mx-auto hover:cursor-pointer">
<div className="flex flex-col gap-4">
<p className="text-lg font-medium">{title}</p>
<p className="text-lg font-bold capitalize">{title}</p>
<div
className="line-clamp-4"
dangerouslySetInnerHTML={createMarkup(content)}
Expand Down

2 comments on commit a6faddc

@vercel
Copy link

@vercel vercel bot commented on a6faddc Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a6faddc Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.