check responsive & page dashboard user account & turns & transactions & comments

This commit is contained in:
Ehsan
2024-09-03 03:04:55 +03:30
parent bb154ac63f
commit 13cc7796c3
55 changed files with 1887 additions and 92 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
function TelegramBlueD() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none">
<path d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z" stroke="#5559CE" stroke-linejoin="round" />
<path d="M12.5 0.857147L0.5 5.14286L3.92857 6.85715L9.07143 3.42858L5.64286 7.71429L10.7857 11.1429L12.5 0.857147Z" stroke="#5559CE" strokeLinejoin="round" />
</svg>
)
}