mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-08-13 20:29:56 +00:00
Compare commits
2 commits
638b20d41c
...
66d72b482d
Author | SHA1 | Date | |
---|---|---|---|
66d72b482d | |||
0a85f2f487 |
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
// import { Image, Picture } from "astro:assets";
|
||||
import { Image, Picture } from "astro:assets";
|
||||
|
||||
const { name, image, target } = Astro.props;
|
||||
---
|
||||
<a href={`${target}`} target="_blank"><img src={image} width=176 height=62 alt={`${name}`} class="flex" decoding="async" loading="lazy" /></a>
|
||||
<a href={`${target}`} target="_blank"><Image loading="lazy" decoding="async" src={image} width=176 height=62 alt={`${name}`} class="flex" /></a>
|
||||
<style>
|
||||
img {
|
||||
image-rendering: pixelated;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue