Skip to content

Commit b69802d

Browse files
committed
new deployment
1 parent dcd53d0 commit b69802d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Built on a robust backend and a sleek React frontend, Taskaza offers both **trad
1010

1111
🔗 [API Docs](https://taskaza.onrender.com)
1212

13-
🔗 [Web Dashboard](https://KayvanShah.github.io/taskaza) 🚧 Under Construction
13+
🔗 [Web Dashboard](https://taskaza.vercel.app/) 🚧 Under Construction
1414

1515
## Why Taskaza?
1616

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
"use client";
22

3+
import { Button } from "@/components/ui/button";
4+
35
export default function Dashboard() {
46
return (
57
<>
68
<h1 className="text-3xl font-bold underline">Dashboard</h1>
9+
<Button>Button</Button>
710
</>
811
);
912
}

0 commit comments

Comments
 (0)