Add id attribute to opportunity applications card
cgen-46e6094d824e42ec936a0655c34ae8d9
This commit is contained in:
parent
9e00775a87
commit
8f4f5e4ac1
1 changed files with 4 additions and 1 deletions
|
|
@ -1033,7 +1033,10 @@ export default function Admin() {
|
|||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="bg-card/60 border-border/40 backdrop-blur">
|
||||
<Card
|
||||
id="opportunity-applications"
|
||||
className="bg-card/60 border-border/40 backdrop-blur"
|
||||
>
|
||||
<CardHeader>
|
||||
<div className="flex items-center gap-2">
|
||||
<Users className="h-5 w-5 text-emerald-300" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue