Skip to content

Commit bda20e3

Browse files
author
John Rogers
committed
Updated HarmonySidebar component to add target attribute to anchor tags linking to the external Harmony Data website.
1 parent b17d5c1 commit bda20e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/HarmonySidebar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default function HarmonySidebar() {
204204
alignItems: "center",
205205
}}
206206
>
207-
<a href="https://harmonydata.ac.uk" style={{ textDecoration: "none" }}>
207+
<a href="https://harmonydata.ac.uk" target="harmonyHome" style={{ textDecoration: "none" }}>
208208
<img
209209
src="/app/harmony.png"
210210
alt="Harmony Logo"
@@ -353,7 +353,7 @@ export default function HarmonySidebar() {
353353
>
354354
{/* Logo */}
355355
<Box sx={{ p: 1, pt: 3, display: "flex", justifyContent: "center" }}>
356-
<a href="https://harmonydata.ac.uk" style={{ textDecoration: "none" }}>
356+
<a href="https://harmonydata.ac.uk" target="harmonyHome" style={{ textDecoration: "none" }}>
357357
<img
358358
src="/app/harmony.png"
359359
alt="Harmony Logo"

0 commit comments

Comments
 (0)