fdeniz commited on
Commit
cb3a9cd
·
1 Parent(s): 33f0006

Website opens in a new tab

Browse files
src/features/landing/AppAppBar/AppAppBar.jsx CHANGED
@@ -95,6 +95,8 @@ export const AppAppBar = ({ onClickThemeMode }) => {
95
  size="small"
96
  component="a"
97
  href="https://aixamine.qcri.org/main"
 
 
98
  >
99
  {"Homepage"}
100
  </Button>
 
95
  size="small"
96
  component="a"
97
  href="https://aixamine.qcri.org/main"
98
+ target="_blank"
99
+ rel="noopener noreferrer"
100
  >
101
  {"Homepage"}
102
  </Button>