This commit is contained in:
Dobromir Popov
2024-05-12 19:06:21 +03:00
parent 55bacdc491
commit 24b97a8297

View File

@ -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>
) : (