Skip to content

Commit

Permalink
Add come back to home on logo click
Browse files Browse the repository at this point in the history
  • Loading branch information
constantgillet committed Apr 23, 2024
1 parent 5674c51 commit 2547c99
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/routes/_app._main-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@ export default function MainLayout() {
mr: "24px",
})}
>
<img
src="/images/rendless-logo.png"
alt="Logo"
width={120}
height={"auto"}
/>
<Link to={"/app"}>
<img
src="/images/rendless-logo.png"
alt="Logo"
width={120}
height={"auto"}
/>
</Link>
</div>
<div
className={css({
Expand Down

0 comments on commit 2547c99

Please sign in to comment.