Skip to content

Commit

Permalink
fix(new submission button): making new submission button clickable (#288
Browse files Browse the repository at this point in the history
)

* fix(new submission button): added button style

* fix(new submission button): making new submission button clickable

* fix(new submission button): making new submission button clickable

* fix(new submission button): making new submission button clickable

* fix(new submission button): making new submission button clickable

* fix(bug fix): withdraw package and status view for users

* fix(new submission button): making new submission button clickable

* fix(new submission button): fix conflict

* fix(new submission button): fix conflict

---------

Co-authored-by: Adewale Sangobiyi <[email protected]>
Co-authored-by: Adewale Sangobiyi <[email protected]>
Co-authored-by: Adewale Sangobiyi <[email protected]>
Co-authored-by: Adewale Sangobiyi <[email protected]>
  • Loading branch information
5 people authored Jan 3, 2024
1 parent 14523fc commit 0203591
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/services/ui/src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ export const Dashboard = () => {
<div className="flex items-center justify-between my-4">
<h1 className="text-xl">Dashboard</h1>
{!userContext?.isCms && (
<Button>
<Link path="/new-submission">New Submission</Link>
</Button>
<Link
path="/new-submission"
className="text-white bg-primary inline-block border-none px-10 py-2 rounded cursor-pointer"
>
New Submission
</Link>
)}
</div>
<div className="w-[100%] items-center justify-center">
Expand Down

0 comments on commit 0203591

Please sign in to comment.