docs: test
parent
addbe295b1
commit
e19e977591
|
|
@ -19,7 +19,6 @@ const { headerLinks } = globalThis.toolbeamDocsThemeConfig ?? {};
|
||||||
<SiteTitle {...Astro.props} />
|
<SiteTitle {...Astro.props} />
|
||||||
</div>
|
</div>
|
||||||
<div class="middle-group sl-flex">
|
<div class="middle-group sl-flex">
|
||||||
here
|
|
||||||
{
|
{
|
||||||
headerLinks?.map(({ name, url }) => (
|
headerLinks?.map(({ name, url }) => (
|
||||||
<a class="links" href={url}>{name}</a>
|
<a class="links" href={url}>{name}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue