notifications: cleaning up system references

This commit is contained in:
Hunter Miller 2021-09-27 11:54:55 -05:00
parent 641975ba39
commit fa781bed5d
2 changed files with 6 additions and 6 deletions

View File

@ -90,8 +90,8 @@ export const OnboardingNotification = ({ unread }: OnboardingNotificationProps)
> >
<header id="system-updates-blocked" className="relative space-y-2"> <header id="system-updates-blocked" className="relative space-y-2">
<div className="flex space-x-2"> <div className="flex space-x-2">
<span className="inline-block w-6 h-6 bg-orange-500 rounded" /> <span className="inline-block w-6 h-6 bg-gray-200 rounded" />
<span className="font-semibold">Home</span> <span className="font-semibold">System</span>
</div> </div>
<div className="flex space-x-2"> <div className="flex space-x-2">
<h2 id="runtime-lag">Hello there, and welcome!</h2> <h2 id="runtime-lag">Hello there, and welcome!</h2>

View File

@ -18,8 +18,8 @@ export const RuntimeLagNotification = () => (
> >
<header id="system-updates-blocked" className="relative -left-8 space-y-2"> <header id="system-updates-blocked" className="relative -left-8 space-y-2">
<div className="flex space-x-2"> <div className="flex space-x-2">
<span className="inline-block w-6 h-6 bg-orange-400 rounded-full" /> <span className="inline-block w-6 h-6 bg-gray-200 rounded" />
<span className="font-medium">System</span> <span className="font-semibold">System</span>
</div> </div>
<div className="flex space-x-2"> <div className="flex space-x-2">
<Elbow className="w-6 h-6 text-gray-300" /> <Elbow className="w-6 h-6 text-gray-300" />
@ -54,8 +54,8 @@ export const BaseBlockedNotification = () => {
> >
<header id="system-updates-blocked" className="relative -left-8 space-y-2"> <header id="system-updates-blocked" className="relative -left-8 space-y-2">
<div className="flex space-x-2"> <div className="flex space-x-2">
<span className="inline-block w-6 h-6 bg-orange-400 rounded-full" /> <span className="inline-block w-6 h-6 bg-gray-200 rounded" />
<span className="font-medium">System</span> <span className="font-semibold">System</span>
</div> </div>
<div className="flex space-x-2"> <div className="flex space-x-2">
<Elbow className="w-6 h-6 text-gray-300" /> <Elbow className="w-6 h-6 text-gray-300" />