UI good enough
This commit is contained in:
@ -244,10 +244,10 @@ function ContactsPage({ allPublishers }) {
|
||||
<td className="border-b p-4 text-center">
|
||||
{pub.isPushActive ? (
|
||||
<span className="text-green-500 flex items-center justify-center" aria-label="Notifications Enabled">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" className="w-6 h-6" title="Notifications are active">
|
||||
<circle cx="12" cy="12" r="10" fill="white" stroke="currentColor" stroke-width="2" />
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 12.75l4 4 8-12" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" stroke="currentColor" className="w-7 h-7" title="Notifications are active">
|
||||
<circle cx="13" cy="13" r="12" fill="white" stroke="currentColor" stroke-width="2" />
|
||||
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 16l2.5 2.5 7-10" /> </svg>
|
||||
</span>
|
||||
) : (
|
||||
<span className="text-gray-400">
|
||||
|
Reference in New Issue
Block a user