@@ -36,7 +35,7 @@ export function UserInformationArea({ userName, userImageUrl, age, mbti, lastAct
- {lastActivatedAt}
+ {lastActivatedAt} 접속
@@ -46,7 +45,6 @@ export function UserInformationArea({ userName, userImageUrl, age, mbti, lastAct
{Object.hasOwn(rest, 'likeEmoji') && (
{(rest as any).likeEmoji as string}
- {/* {'😘'} */}
)}
diff --git a/apps/bottle/src/components/common/fallback/Image.tsx b/apps/bottle/src/components/common/fallback/Image.tsx
new file mode 100644
index 0000000..a585ddc
--- /dev/null
+++ b/apps/bottle/src/components/common/fallback/Image.tsx
@@ -0,0 +1,5 @@
+import NextImage, { ImageProps as NextImageProps } from 'next/image';
+
+export function Image(props: Omit