Skip to content

Commit

Permalink
[code4romania#883] Added redirect in new tab to headaer Logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmic94 committed Jun 7, 2023
1 parent 9853cda commit 0d5193c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ export default () => {
<Header className={showMenu ? 'overlay' : ''}>
<div className="container">
<div className="App-logo">
<Link to="/">
<Link
to={{ pathname: 'https://acasa.website-factory.heroesof.tech/ro' }}
target="_blank"
>
<img src={logo} alt="Bulina Roșie logo" />
</Link>
</div>
Expand Down

0 comments on commit 0d5193c

Please sign in to comment.