mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
docs: test
This commit is contained in:
parent
9a573dedc6
commit
addbe295b1
@ -19,6 +19,7 @@ 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…
x
Reference in New Issue
Block a user