handle register and poster and fix bugs

This commit is contained in:
Ehsan
2025-05-21 23:35:55 +03:30
parent 81f8042f6c
commit c469f2ee3c
23 changed files with 512 additions and 147 deletions
+15
View File
@@ -0,0 +1,15 @@
function CircleOrangeSm() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="8"
height="9"
viewBox="0 0 8 9"
fill="none"
>
<circle cx="4" cy="4.5" r="4" fill="#F17732" />
</svg>
);
}
export default CircleOrangeSm;