mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-08-16 09:18:10 +00:00
Compare commits
No commits in common. "66d72b482d4cc273823b7aa728081d03b44e34f9" and "638b20d41c9d6af42bb0fd098d0577c7a874f46e" have entirely different histories.
66d72b482d
...
638b20d41c
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"><Image loading="lazy" decoding="async" src={image} width=176 height=62 alt={`${name}`} class="flex" /></a>
|
||||
<a href={`${target}`} target="_blank"><img src={image} width=176 height=62 alt={`${name}`} class="flex" decoding="async" loading="lazy" /></a>
|
||||
<style>
|
||||
img {
|
||||
image-rendering: pixelated;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue