Browse Source

docs: test

Jay V 8 months ago
parent
commit
addbe295b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/web/src/components/Header.astro

+ 1 - 0
packages/web/src/components/Header.astro

@@ -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>