link to viewer

This commit is contained in:
hamid zarghami
2026-05-02 12:50:25 +03:30
parent c6d7f8e4c1
commit 2f8f29bf72
3 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const Editor: FC = () => {
isLayersPanelOpen ? "xl:pl-[296px]" : "xl:pl-[80px]"
)}>
{isSaving ? (
<div className="fixed top-10 left-10 z-50 rounded-full shadow-sm">
<div className="fixed bottom-10 left-10 z-50 rounded-full shadow-sm">
<div className="flex items-center gap-2 text-sm text-gray-700">
<span className="h-4 w-4 animate-spin rounded-full border-2 border-gray-300 border-t-black" />
{/* <span>در حال ذخیره ...</span> */}