am i finished?

This commit is contained in:
2025-08-25 14:23:57 +01:00
parent 769f3981cd
commit fe0968716d
12 changed files with 282 additions and 105 deletions

View File

@@ -7,7 +7,7 @@ export const ImageComponent: Component<{ ID: string }> = (props) => {
<A href={`/image/${props.ID}`} class="w-full flex justify-center h-[300px]">
<img
class="flex w-full object-cover rounded-xl"
src={`${base}/image/${props.ID}`}
src={`${base}/images/${props.ID}`}
/>
</A>
);

View File

@@ -43,7 +43,7 @@ export const ProcessingImages: Component = () => {
<img
class="w-16 h-16 aspect-square rounded"
alt="processing"
src={`${base}/image/${id}`}
src={`${base}/images/${id}`}
/>
<div class="flex flex-col gap-1">
<p class="text-slate-100">{image().ImageName}</p>