missions
This commit is contained in:
parent
47f5a88752
commit
aef5d0a36d
@ -14,19 +14,14 @@ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from ".
|
||||
import { Checkbox } from "../ui/checkbox";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
CardHeader,
|
||||
CardTitle
|
||||
CardContent
|
||||
} from "../ui/card";
|
||||
|
||||
export function MissionsAdminPanel() {
|
||||
return (
|
||||
<div className="w-full">
|
||||
<Card className="border shadow-sm bg-white">
|
||||
<CardHeader className="bg-white">
|
||||
<CardTitle className="text-2xl font-bold text-gray-800">Post a New Project</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<CardContent className="pt-6">
|
||||
<Tabs defaultValue="general" className="w-full">
|
||||
<TabsList className="mb-4 bg-gray-100">
|
||||
<TabsTrigger value="general" className="data-[state=active]:bg-white">General</TabsTrigger>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user