am i finished?
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user