feat: replace tv show icon

This commit is contained in:
2023-08-09 13:32:28 +02:00
parent fb96e9f71a
commit 95525406d1
11 changed files with 36 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
import { asset } from "$fresh/runtime.ts";
import * as CSS from "https://esm.sh/csstype@3.1.2";
const Image = (
@@ -14,7 +15,7 @@ const Image = (
<img
alt={props.alt}
style={props.style}
src={props.src}
src={asset(props.src)}
width={props.width}
height={props.height}
class={props.class}