Skip to content

Commit

Permalink
Merge pull request #104 from NetSepio/rushikesh-subscription
Browse files Browse the repository at this point in the history
fix : usernodes page title
  • Loading branch information
Rushikeshnimkar authored Aug 22, 2024
2 parents 12a0f85 + 9d55554 commit cd68522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/usernodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Dwifi = () => {
animate={{ y: 0, opacity: 1, transition: { duration: 1 } }}
className="text-6xl font-semibold text-gray-300 mb-8 w-3/5"
>
Manage Your ÐWi-Fi Nodes
Manage Your ÐVPN & ÐWi-Fi Nodes
</motion.h1>
<motion.h1
initial={{ y: 100, opacity: 0 }}
Expand Down

0 comments on commit cd68522

Please sign in to comment.