File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ export default function DraftsPage() {
4949 < Card className = "border-slate-200" >
5050 < div className = "flex items-center justify-between p-6" >
5151 < div className = "flex items-center gap-3" >
52- < div className = "flex h-10 w-10 items-center justify-center rounded bg-un-blue " >
53- < FileEdit className = "h-5 w-5 text-white " />
52+ < div className = "flex h-10 w-10 items-center justify-center rounded bg-accent " >
53+ < FileEdit className = "h-5 w-5 text-black " />
5454 </ div >
5555 < div >
5656 < h1 className = "text-2xl font-semibold text-foreground" > My Drafts</ h1 >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export default function HomePage() {
7676 < div className = "flex h-16 w-16 items-center justify-center rounded-full bg-accent" >
7777 < FileEdit className = "h-8 w-8 text-black" />
7878 </ div >
79- < h2 className = "text-2xl font-semibold text-foreground" > View Drafts</ h2 >
79+ < h2 className = "text-2xl font-semibold text-foreground" > My Drafts</ h2 >
8080 < p className = "text-slate-600" >
8181 Work on your previously saved drafts before submitting final entries
8282 </ p >
You can’t perform that action at this time.
0 commit comments