diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-06-20 03:21:04 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-06-20 03:21:04 +0000 |
| commit | 9e1b838a67c868cba3b1e148bf4211c23b3dbc00 (patch) | |
| tree | 027da67ac7e2668254018dd7dcbfd1167ac79949 /web | |
| parent | 38f4ea5af664c26b8ec50e2b49ea583c3d974a67 (diff) | |
feat: add Scout nav button to gateway tab bar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'web')
| -rw-r--r-- | web/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 8351804..febacf1 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -103,6 +103,9 @@ <a href="/claudomator/" class="tab-button" title="Claudomator"> <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/></svg> </a> + <a href="/scout/" class="tab-button" title="Scout"> + <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/></svg> + </a> </nav> </div> |
