docs: test

This commit is contained in:
Jay V 2025-06-20 12:59:32 -04:00
parent 9a573dedc6
commit addbe295b1

View file

@ -19,6 +19,7 @@ const { headerLinks } = globalThis.toolbeamDocsThemeConfig ?? {};
<SiteTitle {...Astro.props} />
</div>
<div class="middle-group sl-flex">
here
{
headerLinks?.map(({ name, url }) => (
<a class="links" href={url}>{name}</a>