Skip to content

Commit

Permalink
Add the version into the footer
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Thomas <[email protected]>
  • Loading branch information
YummyBacon5 and Zoobdude authored Apr 19, 2024
1 parent 468146c commit fdebddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ export default function Home() {
Website created by <a href="https://github.com/YummyBacon5" rel="author">YummyBacon5</a> and <a href="https://github.com/Zoobdude" rel="author">Zoobdude</a>.
</p>
</address>
<p style={{
fontSize: "0.8em",
color: "#88811",
}}>Version: {process.env.VERSION}</p>
</footer>
</>
);
Expand Down

0 comments on commit fdebddc

Please sign in to comment.