|
@@ -75,10 +75,8 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<Dropdown className="notification-wrapper" isOpen={isOpen} toggle={toggleDropdownHandler}>
|
|
<Dropdown className="notification-wrapper" isOpen={isOpen} toggle={toggleDropdownHandler}>
|
|
|
- <DropdownToggle tag="a">
|
|
|
|
|
- <button type="button" className="nav-link border-0 bg-transparent waves-effect waves-light">
|
|
|
|
|
- <i className="icon-bell mr-2" /> {badge}
|
|
|
|
|
- </button>
|
|
|
|
|
|
|
+ <DropdownToggle tag="a" className="px-3 nav-link border-0 bg-transparent waves-effect waves-light">
|
|
|
|
|
+ <i className="icon-bell" /> {badge}
|
|
|
</DropdownToggle>
|
|
</DropdownToggle>
|
|
|
<DropdownMenu className="px-2" right>
|
|
<DropdownMenu className="px-2" right>
|
|
|
<InAppNotificationList inAppNotificationData={inAppNotificationData} />
|
|
<InAppNotificationList inAppNotificationData={inAppNotificationData} />
|