diff --git a/frontend/.env b/frontend/.env index 6bcdcec..b0f34a1 100755 --- a/frontend/.env +++ b/frontend/.env @@ -5,4 +5,5 @@ VITE_API=https://meta2onto.org/api VITE_LAB=Krishnan Lab VITE_TXT2ONTO=https://academic.oup.com/bib/article/26/1/bbae652/7930339 VITE_REPO=https://github.com/krishnanlab/meta2onto +VITE_WEBSITE=https://www.thekrishnanlab.org VITE_EMAIL=arjun.krishnan@cuanschutz.edu diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index df5589f..13db69c 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,11 +1,16 @@ import Link from "@/components/Link"; -const { VITE_LAB: lab } = import.meta.env; +const { VITE_LAB: lab, VITE_WEBSITE: website } = import.meta.env; export default function Footer() { return (