better
This commit is contained in:
@ -243,10 +243,10 @@ function ContactsPage({ allPublishers }) {
|
||||
)}
|
||||
<td className="border-b p-4 text-center">
|
||||
{pub.isPushActive ? (
|
||||
<span className="text-green-500">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="3" stroke="currentColor" className="w-4 h-4 inline-block">
|
||||
{/* <circle cx="12" cy="12" r="10" fill="white" stroke="currentColor" stroke-width="2" /> */}
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5" />
|
||||
<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>
|
||||
</span>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user