Skip to content

Commit

Permalink
Update varaible name
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Apr 23, 2024
1 parent 1ea9578 commit 2513917
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ const Footer = ({ drawerOpen }: FooterProps): JSX.Element => {

<section>
<a
href={process.env.REACT_APP_DATA_DICTIONARY_LINK}
href={
import.meta.env.VITE_APP_DATA_DICTIONARY_LINK ||
'https://global.health/data-dictionary'
}
rel="noopener noreferrer"
target="_blank"
data-testid="dictionaryButton"
Expand Down

0 comments on commit 2513917

Please sign in to comment.