Molbap's picture
Molbap HF Staff
push a bunch of updates
e903a32
raw
history blame
145 Bytes
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />