Skip to content

Commit

Permalink
Add info about disabled back end.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Dec 11, 2023
1 parent bb47ca4 commit 73660a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/react_dashboard/src/components/layout/AppInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ const AppInfo: React.FC = () => {
</p>
<p>Beneath the wallets, you'll find the 10 most recently mined blocks.</p>
<br />
<p>
🔴{" "}
<b style={{ textDecoration: "underline" }}>
Note: The backend of this project has been deactivated to reduce
unnecessary costs.
</b>
</p>
<p>
<b>
Check out the project on{" "}
Expand Down

0 comments on commit 73660a5

Please sign in to comment.