Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/HarmonySidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ export default function HarmonySidebar() {
alignItems: "center",
}}
>
<Link to="/app/" style={{ textDecoration: "none" }}>
<a href="https://harmonydata.ac.uk" target="harmonyHome" style={{ textDecoration: "none" }}>
<img
src="/app/harmony.png"
alt="Harmony Logo"
width={40}
height={40}
style={{ objectFit: "contain" }}
/>
</Link>
</a>
</Box>

{/* Navigation Items - Hidden on mobile, moved to avatar menu */}
Expand Down Expand Up @@ -353,15 +353,15 @@ export default function HarmonySidebar() {
>
{/* Logo */}
<Box sx={{ p: 1, pt: 3, display: "flex", justifyContent: "center" }}>
<Link to="/app/" style={{ textDecoration: "none" }}>
<a href="https://harmonydata.ac.uk" target="harmonyHome" style={{ textDecoration: "none" }}>
<img
src="/app/harmony.png"
alt="Harmony Logo"
width={64}
height={64}
style={{ objectFit: "contain" }}
/>
</Link>
</a>
</Box>

{/* Navigation Items */}
Expand Down