finished landing
This commit is contained in:
7
packages/website/src/components/external-link.astro
Normal file
7
packages/website/src/components/external-link.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
export type Props = astroHTML.JSX.AnchorHTMLProps
|
||||
---
|
||||
|
||||
<a rel="noopener noreferrer" target="_blank" {...Astro.props}>
|
||||
<slot />
|
||||
</a>
|
||||
Reference in New Issue
Block a user