Skip to content

Commit

Permalink
made the timmer longer
Browse files Browse the repository at this point in the history
  • Loading branch information
sheraj923 committed Jun 27, 2024
1 parent 98e6bb2 commit 63f9d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/restraunt/setting/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export default function Component() {
<div className="grid gap-4">
<div className="grid gap-2">
<Label htmlFor="name">Restaurant Name</Label>
<Input id="name" defaultValue={restaurantData.name} />
<Input id="name" defaultValue={"Sheraj Restaurant "} />
</div>
<div className="grid gap-2">
<Label htmlFor="location">Location</Label>
<Input id="location" defaultValue={restaurantData.address}/>
<Input id="location" defaultValue={"savan 342 street "}/>
</div>
</div>
</CardContent>
Expand Down

0 comments on commit 63f9d5c

Please sign in to comment.