Jay V 10 ヶ月 前
コミット
e19e977591
1 ファイル変更0 行追加1 行削除
  1. 0 1
      packages/web/src/components/Header.astro

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

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