Link ARC logo to /start instead of /workflows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-01 19:33:02 -05:00
parent e00898d266
commit e515368838

View file

@ -68,7 +68,7 @@ export default function AppShell() {
<div className="flex h-16 items-center justify-between">
<div className="flex items-center">
<div className="shrink-0">
<Link to="/workflows">
<Link to="/start">
<img alt="Arc" src="/logotype.svg" className="h-8 w-auto" />
</Link>
</div>