We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b47524 commit 1495e71Copy full SHA for 1495e71
1 file changed
frontend/src/pages/BlocksPage.tsx
@@ -531,9 +531,9 @@ export default function BlocksPage() {
531
return (
532
<td className="table-cell text-center">
533
{included ? (
534
- <span className={`w-2 h-2 rounded-full bg-green-400 inline-block${flash ? ' animate-da-pulse' : ''}`} title={includedTitle} />
+ <span className={`w-2 h-2 rounded-full bg-green-400 inline-block${flash ? ' live-dot' : ''}`} title={includedTitle} />
535
) : (
536
- <span className={`w-2 h-2 rounded-full bg-yellow-400 inline-block${flash ? ' animate-da-pulse' : ''}`} title="Pending DA inclusion" />
+ <span className={`w-2 h-2 rounded-full bg-yellow-400 inline-block${flash ? ' live-dot' : ''}`} title="Pending DA inclusion" />
537
)}
538
</td>
539
);
0 commit comments