Skip to content

Commit ebd958f

Browse files
committed
Updates the dev checking connection icon to include 3 dots on the screen
1 parent 44d3897 commit ebd958f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/webapp/app/assets/icons/ConnectionIcons.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ export function CheckingConnectionIcon({ className }: { className?: string }) {
6060
stroke="#878C99"
6161
/>
6262
<path
63-
fillRule="evenodd"
64-
clipRule="evenodd"
63+
fill-rule="evenodd"
64+
clip-rule="evenodd"
6565
d="M18 6.5L6.00001 6.5C5.72387 6.5 5.50001 6.72386 5.50001 7L5.50001 15C5.50001 15.2761 5.72387 15.5 6.00001 15.5L18 15.5C18.2762 15.5 18.5 15.2761 18.5 15V7C18.5 6.72386 18.2762 6.5 18 6.5ZM6.00001 5C4.89545 5 4.00001 5.89543 4.00001 7L4.00001 15C4.00001 16.1046 4.89545 17 6.00001 17L18 17C19.1046 17 20 16.1046 20 15V7C20 5.89543 19.1046 5 18 5L6.00001 5Z"
6666
fill="#878C99"
6767
/>
68+
<circle cx="9" cy="11" r="1" fill="#878C99" />
69+
<circle cx="12" cy="11" r="1" fill="#878C99" />
70+
<circle cx="15" cy="11" r="1" fill="#878C99" />
6871
</svg>
6972
);
7073
}

0 commit comments

Comments
 (0)