diff --git a/src/components/profile/profile-viewer.tsx b/src/components/profile/profile-viewer.tsx index 170fffdc..33d47aab 100644 --- a/src/components/profile/profile-viewer.tsx +++ b/src/components/profile/profile-viewer.tsx @@ -48,7 +48,7 @@ export const ProfileViewer = forwardRef( const { control, watch, register, ...formIns } = useForm({ defaultValues: { type: "remote", - name: "Remote File", + name: "", desc: "", url: "", option: { diff --git a/src/pages/profiles.tsx b/src/pages/profiles.tsx index 20650590..80fba36d 100644 --- a/src/pages/profiles.tsx +++ b/src/pages/profiles.tsx @@ -19,7 +19,7 @@ import { import { LoadingButton } from "@mui/lab"; import { ClearRounded, - ContentCopyRounded, + ContentPasteRounded, LocalFireDepartmentRounded, RefreshRounded, TextSnippetOutlined, @@ -291,7 +291,7 @@ const ProfilePage = () => { title={t("Paste")} onClick={onCopyLink} > - + ) : (