mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Link Arc logo to /workflows page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1418c976df
commit
ea89a62768
1 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,9 @@ export default function AppShell() {
|
|||
<div className="flex h-16 items-center justify-between">
|
||||
<div className="flex items-center">
|
||||
<div className="shrink-0">
|
||||
<img alt="Arc" src="/logotype.svg" className="h-8 w-auto" />
|
||||
<Link to="/workflows">
|
||||
<img alt="Arc" src="/logotype.svg" className="h-8 w-auto" />
|
||||
</Link>
|
||||
</div>
|
||||
<div className="hidden md:block">
|
||||
<div className="ml-10 flex items-baseline space-x-4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue