Skip to content

Commit

Permalink
also embed the rev in the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Dec 18, 2024
1 parent 18e486c commit 5dae03f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/wallet-dashboard/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ function HomeDashboardPage(): JSX.Element {
<ConnectButton connectText="Connect" />
</div>
</div>
<div className="text-body-lg text-neutral-60">
<div className="text-center text-body-lg text-neutral-60">
&copy; IOTA Foundation {CURRENT_YEAR}
<br />
{process.env.NEXT_PUBLIC_DASHBOARD_REV}
</div>
</div>
</>
Expand Down

0 comments on commit 5dae03f

Please sign in to comment.