Skip to content

Commit

Permalink
Merge branch 'develop' into issue/9349/button_layout_in_asset_page
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 authored Dec 25, 2024
2 parents a24b580 + 29ab069 commit 1ba382c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications/NoticeBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const NoticeBoard = () => {
);
} else {
notices = (
<div className="m-auto flex max-w-xs items-center">
<div className="m-auto flex max-w-xs justify-center">
<div className="my-36">
<CareIcon icon="l-bell-slash" className="h-auto text-secondary-500" />
<div className="m-auto mt-6 text-2xl text-secondary-500">
Expand Down

0 comments on commit 1ba382c

Please sign in to comment.