view all submission navigation done
This commit is contained in:
parent
49e16e4fb3
commit
a375023562
@ -218,10 +218,11 @@ const SubmissionTable = ({ selectedQuarter, selectedYear }) => {
|
|||||||
<div className="flex justify-end px-6 pb-14 pt-6">
|
<div className="flex justify-end px-6 pb-14 pt-6">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
onClick={() => navigate('/admin/validations')}
|
||||||
className="inline-flex h-[44px] w-[190px] items-center justify-center gap-2 rounded-md bg-[#9E792B] text-sm font-medium text-white shadow-[0_8px_18px_rgba(146,114,42,0.35)] hover:bg-[#846522]"
|
className="inline-flex h-[44px] w-[190px] items-center justify-center gap-2 rounded-md bg-[#9E792B] text-sm font-medium text-white shadow-[0_8px_18px_rgba(146,114,42,0.35)] hover:bg-[#846522]"
|
||||||
>
|
>
|
||||||
View All Submissions
|
View All Submissions
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user