Skip to content

Commit

Permalink
Update OpStatus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Neon-20 authored Nov 23, 2023
1 parent 3ad975e commit 49de4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function OpStatus() {
<div className="flex cursor-pointer items-center gap-2 rounded-full px-2.5 py-1.5 text-xs font-medium backdrop-blur-[75px] md:text-sm">
{isOn ? (
<div
className=" h-2.5 w-2.5 rounded-full bg-[#008000] "
className=" h-2.5 w-2.5 rounded-full bg-[#008000] animate-pulse"
style={{
boxShadow:
"0 0 10px #008000, 0 0 20px #008000, 0 0 30px #008000, 0 0 40px #008000",
Expand Down

0 comments on commit 49de4c2

Please sign in to comment.