Skip to content

Commit 4661c1d

Browse files
committed
feat: full preview
1 parent ef885ea commit 4661c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/launches/general.preview.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const GeneralPreviewComponent: FC<{maximumCharacters?: number}> = (props)
6969
{value.images.map((image, index) => (
7070
<a
7171
key={`image_${index}`}
72-
className="flex-1 h-[270px]"
72+
className="flex-1"
7373
href={mediaDir.set(image.path)}
7474
target="_blank"
7575
>

0 commit comments

Comments
 (0)