diff options
Diffstat (limited to 'jb-ui/src/components/Footer.tsx')
| -rw-r--r-- | jb-ui/src/components/Footer.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jb-ui/src/components/Footer.tsx b/jb-ui/src/components/Footer.tsx index 9248ea0..00c0101 100644 --- a/jb-ui/src/components/Footer.tsx +++ b/jb-ui/src/components/Footer.tsx @@ -25,7 +25,12 @@ const Footer = () => { </div> <div> - <p>open source</p> + <p> + <a href="https://git.generalresearch.com/panels/amt-jb/" + target="_blank"> + open source + </a> + </p> </div> </div> |
