Skip to content

Commit 4d3a3b1

Browse files
yibieclaude
andcommitted
fix: move logo into docs/ to fix GitHub Pages image path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8c8939c commit 4d3a3b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/icon.png

22.4 KB
Loading

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214

215215
<nav>
216216
<a class="nav-logo" href="#">
217-
<img src="../SkillsManager_Logo.png" alt="Skills Manager">
217+
<img src="icon.png" alt="Skills Manager">
218218
Skills Manager
219219
</a>
220220
<div class="nav-links">
@@ -224,7 +224,7 @@
224224
</nav>
225225

226226
<section class="hero">
227-
<img class="hero-icon" src="../SkillsManager_Logo.png" alt="Skills Manager icon">
227+
<img class="hero-icon" src="icon.png" alt="Skills Manager icon">
228228
<h1>One place for all your agent skills</h1>
229229
<p class="hero-sub">Discover, install, and manage skills across Claude Code, Cursor, Copilot CLI, Codex, Gemini CLI — from a single native macOS app.</p>
230230
<div class="hero-actions">

0 commit comments

Comments
 (0)