diff --git a/src/components/image/ImageLarge.tsx b/src/components/image/ImageLarge.tsx
index 6e178bcb..339e9ba9 100644
--- a/src/components/image/ImageLarge.tsx
+++ b/src/components/image/ImageLarge.tsx
@@ -1,25 +1,18 @@
import { IMAGE_WIDTH_LARGE, ImageProps } from '.';
import ImageWithFallback from './ImageWithFallback';
-import ImageActions from './ImageActions';
export default function ImageLarge(props: ImageProps) {
const {
aspectRatio,
blurCompatibilityMode,
- enableImageActions = false,
...rest
} = props;
return (
-
-
-
+
);
-};
+};
\ No newline at end of file
diff --git a/src/components/image/index.ts b/src/components/image/index.ts
index 8a46d1ac..eb7d6582 100644
--- a/src/components/image/index.ts
+++ b/src/components/image/index.ts
@@ -14,5 +14,4 @@ export interface ImageProps {
alt: string
blurDataURL?: string
priority?: boolean
- enableImageActions?: boolean
}
diff --git a/src/photo/PhotoLarge.tsx b/src/photo/PhotoLarge.tsx
index 9bb49d1b..32702d94 100644
--- a/src/photo/PhotoLarge.tsx
+++ b/src/photo/PhotoLarge.tsx
@@ -36,6 +36,7 @@ import { useRef } from 'react';
import useOnVisible from '@/utility/useOnVisible';
import PhotoDate from './PhotoDate';
import { useAppState } from '@/state/AppState';
+import ImageActions from '@/components/image/ImageActions';
export default function PhotoLarge({
photo,
@@ -136,18 +137,22 @@ export default function PhotoLarge({
? 'h-[80%]'
: 'h-[90%]',
)}>
-
+ className="flex relative items-center justify-center h-full"
+ >
+
+
}
contentSide={