Fix CSS - separator lines

This commit is contained in:
saltrafael 2021-08-23 07:50:24 -03:00 committed by infinite-persistence
parent c6ad44d1e5
commit 6637c7b98b
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 2 additions and 1 deletions

View file

@ -160,7 +160,7 @@ export default function Notification(props: Props) {
)
: notificationLink
? (props: { children: any }) => (
<NavLink {...navLinkProps}>
<NavLink {...navLinkProps} className="menu__link--notification">
<a className="menu__link--notification" onClick={handleNotificationClick}>
{props.children}
</a>

View file

@ -119,6 +119,7 @@
}
.menu__link--notification {
width: 100%;
display: flex;
align-items: flex-start;