Skip to content

Commit

Permalink
fix: Open puente website opens puente-dr.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jan 16, 2020
1 parent 7d6bc8a commit ad4afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class App extends React.Component {
<Dropdown.Header content='Account' />
<Dropdown.Item>Settings and privacy</Dropdown.Item>
<Dropdown.Header content='Need Help?' />
<Dropdown.Item>Open Puente website</Dropdown.Item>
<Dropdown.Item target="_blank" href={'https://puente-dr.com/'}>Open Puente website</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item><Link to="/login" >Log out</Link></Dropdown.Item>
</Dropdown.Menu>
Expand Down

0 comments on commit ad4afdb

Please sign in to comment.