feat: replace tv show icon
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user