OptimismBench / app /src /components /RawHtml.astro
seonglae's picture
OptimismBench interactive article (agentroom-based, no forced 3D)
389b51b
Raw
History Blame Contribute Delete
145 Bytes
---
const { html, class: className, ariaLabel } = Astro.props;
---
<div class={className} role="img" aria-label={ariaLabel} set:html={html} />