This commit is contained in:
Kenneth Jannette
2024-01-12 19:23:25 -06:00
parent a87208c3ff
commit ea91ce9caa
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ const MobileContent = ({ isDashboard }) => {
Dashboard. Dashboard.
</p> </p>
</div> </div>
<div></div>
</> </>
) : ( ) : (
"Novodraft is a desktop application. Please login on your desktop device to use this feature." "Novodraft is a desktop application. Please login on your desktop device to use this feature."

View File

@@ -123,4 +123,8 @@
padding: 8px 0px; padding: 8px 0px;
border-radius: 15px; border-radius: 15px;
} }
.notification-center {
background-color: red;
}
} }