docs: test

pull/241/head
Jay V 2025-06-20 13:02:05 -04:00
parent addbe295b1
commit e19e977591
1 changed files with 0 additions and 1 deletions

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>