Skip to content

Commit

Permalink
Update page.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alokemajumder committed Jan 2, 2025
1 parent 8a1bfe8 commit 35c6bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function HomePage() {
<main className="container mx-auto p-4 max-w-xl">
<Card className="mb-6">
<CardHeader>
<CardTitle className="text-xl font-bold">RDAP Lookup</CardTitle>
<CardTitle className="text-xl font-bold">RDAP Lookup Tool v1.0</CardTitle>
</CardHeader>
<CardContent>
<form onSubmit={handleSubmit} className="space-y-4">
Expand Down

0 comments on commit 35c6bdb

Please sign in to comment.