Skip to content

Commit

Permalink
chore(client): remove tokens from footer (#558)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Jan 5, 2025
1 parent 3c20217 commit b013635
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ import version from "src/version";
const Footer = () => {
return (
<div className="mt-auto w-full flex flex-col items-center opacity-50 p-5 text-xxs sm:text-sm">
<div className="break-all text-center">
cTOSI: a8a1dccea2e378081f2d500d98d022dd3c0bd77afd9dbc7b55a9d21b
</div>
<div className="break-all text-center">
eTOSI: 94180232cc0d91447178a0a995e2c14c57fbf03b06d5d87d5f79226094f52ffc
</div>
<div className="break-all text-center">UI version: {version}</div>
</div>
);
Expand Down

0 comments on commit b013635

Please sign in to comment.