docs: test

This commit is contained in:
Jay V 2025-06-20 13:02:05 -04:00
parent addbe295b1
commit e19e977591

View file

@ -19,7 +19,6 @@ 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>