Skip to content

Commit

Permalink
Merge pull request #8 from arikchakma/Dev
Browse files Browse the repository at this point in the history
Alert message rounded.
  • Loading branch information
arikchakma authored Mar 7, 2022
2 parents b71aaac + 7e17789 commit a1da795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default function Newsletter({ blog }: NewsletterProps) {
{formState.state && (
<div
className={cn(
'my-4 p-3',
'my-4 p-3 rounded',
formState?.success ? 'bg-green-200/5' : 'bg-red-200/5'
)}
>
Expand Down

1 comment on commit a1da795

@vercel
Copy link

@vercel vercel bot commented on a1da795 Mar 7, 2022

Choose a reason for hiding this comment

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

Please # to comment.