diff options
| author | Max Nanis | 2026-02-19 20:32:34 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-19 20:32:34 -0500 |
| commit | 65c0b95927c4c352e29f893dd99a84bc5051b86f (patch) | |
| tree | 7aa497ccd63fcb9fe6e79528805945bb49676c83 /jb-ui/src | |
| parent | 1edaf3ebe246ffa74ea6f5176763f0792e49a49d (diff) | |
| download | amt-jb-65c0b95927c4c352e29f893dd99a84bc5051b86f.tar.gz amt-jb-65c0b95927c4c352e29f893dd99a84bc5051b86f.zip | |
Adding React / UI vscode folder and updating Footer to link to git repo
Diffstat (limited to 'jb-ui/src')
| -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> |
