mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
notifications: cleaning up system references
This commit is contained in:
parent
641975ba39
commit
fa781bed5d
@ -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>
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user