Skip to content

Instantly share code, notes, and snippets.

@kjrocker
Created August 20, 2024 00:29
Show Gist options
  • Save kjrocker/c35faedccf6808f211f7694f0c1d4bc4 to your computer and use it in GitHub Desktop.
Save kjrocker/c35faedccf6808f211f7694f0c1d4bc4 to your computer and use it in GitHub Desktop.
Minimum example for astro
<a href="/" class="cs-logo" aria-label="back to home">
<Image
src={logo}
alt="logo"
width="250"
height="36"
aria-hidden="true"
loading="eager"
/>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment