Skip to content

Commit

Permalink
Merge pull request #126 from NetSepio/rushikesh-peaq
Browse files Browse the repository at this point in the history
build fix
  • Loading branch information
Rushikeshnimkar authored Sep 11, 2024
2 parents 27879e7 + cafc83b commit 1c62a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/nodedataDwifiUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const NodeDwifiStreamUser = () => {
<h1 className="text-3xl font-bold mb-6">DWifi Nodes Dashboard</h1>
<div className="bg-gray-800 rounded-lg p-8 text-center">
<h3 className="mt-2 text-sm font-medium text-gray-400">No dVPN Nodes</h3>
{/* eslint-disable-next-line */}
<p className="mt-1 text-sm text-gray-500">You don't have any dVPN nodes running at the moment.</p>
<motion.div
initial={{ y: 100, opacity: 0 }}
Expand Down

0 comments on commit 1c62a4f

Please sign in to comment.