diff options
| author | Jay V <[email protected]> | 2025-06-18 20:18:07 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-18 20:18:10 -0400 |
| commit | a834bedc176140990d8d457f633e6d9c47aaf886 (patch) | |
| tree | 929380761df2e2f0101424b05705e6ff0ca8b6b8 /packages/web/src/components/Header.astro | |
| parent | 6a3392385e7a42f1338049fb66865c477fe60aff (diff) | |
| download | opencode-a834bedc176140990d8d457f633e6d9c47aaf886.tar.gz opencode-a834bedc176140990d8d457f633e6d9c47aaf886.zip | |
ignore: share copy link
Diffstat (limited to 'packages/web/src/components/Header.astro')
| -rw-r--r-- | packages/web/src/components/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/components/Header.astro b/packages/web/src/components/Header.astro index 1b531db61..b3e393826 100644 --- a/packages/web/src/components/Header.astro +++ b/packages/web/src/components/Header.astro @@ -10,7 +10,7 @@ const path = Astro.url.pathname; const links = config.social || []; --- -{ path.startsWith("/share") +{ path.startsWith("/s") ? <div class="header sl-flex"> <div class="title-wrapper sl-flex"> <SiteTitle {...Astro.props} /> |
