Skip to content

Commit 428623a

Browse files
digitalandrewclaude
andcommitted
Update sidebar: add creator link, mark fuzzing as experimental
- Change footer text to "Created by DigitalAndrew" with link to digitalandrew.io (opens in new tab) - Label fuzzing page as experimental to match emulation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 311714a commit 428623a

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

frontend/src/components/layout/Sidebar.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const projectSubPages = [
3131
{ suffix: '/map', label: 'Component Map', icon: Network },
3232
{ suffix: '/sbom', label: 'SBOM', icon: Package },
3333
{ suffix: '/emulation', label: 'Emulation (experimental)', icon: PlayCircle },
34-
{ suffix: '/fuzzing', label: 'Fuzzing', icon: Bug },
34+
{ suffix: '/fuzzing', label: 'Fuzzing (experimental)', icon: Bug },
3535
{ suffix: '/compare', label: 'Compare', icon: GitCompareArrows },
3636
]
3737

@@ -214,7 +214,15 @@ export default function Sidebar({ collapsed, onToggle }: SidebarProps) {
214214
</NavLink>
215215
</div>
216216
<div className="px-4 py-3 text-xs text-muted-foreground">
217-
Firmware Security Analysis
217+
Created by{' '}
218+
<a
219+
href="https://digitalandrew.io"
220+
target="_blank"
221+
rel="noopener noreferrer"
222+
className="underline hover:text-sidebar-foreground"
223+
>
224+
DigitalAndrew
225+
</a>
218226
</div>
219227
</aside>
220228
)

0 commit comments

Comments
 (0)