Skip to content

Commit

Permalink
Merge pull request #35 from markteekman/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
markteekman authored Feb 8, 2023
2 parents 30839c6 + 04d9836 commit 9a2f6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Media.astro
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
const {
classes = null,
src = 'https://shorturl.at/tCPS2',
alt = ''
} = Astro.props
---

<img
class={classes}
<img
src={src}
alt={alt}
loading="lazy"
decoding="async"
>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessible-astro-components",
"description": "A set of Accessible, easy to use, Front-end UI Components for Astro.",
"version": "1.6.2",
"version": "1.6.3",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.dev",
"type": "module",
Expand Down

0 comments on commit 9a2f6f6

Please sign in to comment.