Prettier format pending files
This commit is contained in:
parent
780237eec2
commit
fa3acc8f26
1 changed files with 3 additions and 1 deletions
|
|
@ -229,7 +229,9 @@ export default function StaffDashboard() {
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="space-y-2">
|
<CardContent className="space-y-2">
|
||||||
<Button asChild variant="outline" className="w-full">
|
<Button asChild variant="outline" className="w-full">
|
||||||
<a href="/admin/staff/performance-reviews">Performance Reviews</a>
|
<a href="/admin/staff/performance-reviews">
|
||||||
|
Performance Reviews
|
||||||
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
<Button asChild variant="outline" className="w-full">
|
<Button asChild variant="outline" className="w-full">
|
||||||
<a href="/admin/staff/expenses">Expense Reports</a>
|
<a href="/admin/staff/expenses">Expense Reports</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue