Skip to content

Commit

Permalink
added AI link
Browse files Browse the repository at this point in the history
  • Loading branch information
samanyougarg committed Sep 7, 2023
1 parent 9c8d6d4 commit 70b595d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Footers/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const getNavigation = (translate: Translate) => ({
href: "/app",
newTab: false,
},
{
name: translate("Bhagavad Gita AI"),
href: "https://bhagavadgita.ai",
newTab: true,
},
{
name: translate("Acknowledgements"),
href: "/acknowledgements",
Expand Down

0 comments on commit 70b595d

Please sign in to comment.