diff --git a/src/components/profile-overview.tsx b/src/components/profile-overview.tsx
index c43f758..c93f33b 100644
--- a/src/components/profile-overview.tsx
+++ b/src/components/profile-overview.tsx
@@ -9,11 +9,11 @@ export default async function ProfileOverview() {
{session?.user?.username ?? "unknown"}
diff --git a/src/components/submit-form/index.tsx b/src/components/submit-form/index.tsx
index be94d99..f72d68a 100644
--- a/src/components/submit-form/index.tsx
+++ b/src/components/submit-form/index.tsx
@@ -132,7 +132,11 @@ export default function SubmitForm() {
URL.createObjectURL(file))]}
+ images={[
+ studioUrl ?? "/tomodachi-question-face-icon-alt.svg",
+ generatedQrCodeUrl ?? "/loading.svg",
+ ...files.map((file) => URL.createObjectURL(file)),
+ ]}
/>