Pull Request branch dev-clone to main #1
|
|
@ -387,7 +387,7 @@ export default function AssessmentResultPage() {
|
|||
{isSuperAdmin ? (
|
||||
<div className="flex flex-col">
|
||||
<button
|
||||
className="flex items-center text-xs text-blue-600 gap-2 mb-2"
|
||||
className="flex items-center text-sm text-blue-600 gap-2 mb-2"
|
||||
onClick={() => window.close()}
|
||||
>
|
||||
<TbChevronLeft size={20} className="mr-1" />
|
||||
|
|
@ -404,10 +404,10 @@ export default function AssessmentResultPage() {
|
|||
)}
|
||||
|
||||
{/* Dropdown */}
|
||||
<div className="flex">
|
||||
<div className="fixed right-9">
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger
|
||||
className="bg-blue-600 text-white flex w-44 p-2 pl-4 rounded-sm text-sm items-start justify-between"
|
||||
className="bg-blue-600 text-white flex w-44 p-2 pl-4 rounded-sm text-sm items-start justify-between outline-none ring-offset-0"
|
||||
onClick={handleDropdownToggle}
|
||||
>
|
||||
{selectedItem}
|
||||
|
|
@ -586,7 +586,7 @@ export default function AssessmentResultPage() {
|
|||
<>
|
||||
<Card className="flex flex-col w-full">
|
||||
<CardHeader className="items-start pb-0">
|
||||
<CardTitle className="text-lg">Diagram Lingkaran</CardTitle>
|
||||
<CardTitle className="text-lg">Diagram Lingkaran Terverifikasi</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<PieChartComponent
|
||||
|
|
@ -614,7 +614,7 @@ export default function AssessmentResultPage() {
|
|||
<>
|
||||
<Card className="flex flex-col w-full mb-4">
|
||||
<CardHeader className="items-start pb-0">
|
||||
<CardTitle className="text-lg">Diagram Radary</CardTitle>
|
||||
<CardTitle className="text-lg">Diagram Radar Terverifikasi</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<RadarChartComponent chartData={verifiedChartData} chartConfig={chartConfig} />
|
||||
|
|
@ -641,7 +641,7 @@ export default function AssessmentResultPage() {
|
|||
<>
|
||||
<Card className="w-full">
|
||||
<CardHeader className="items-start">
|
||||
<CardTitle className="text-lg">Diagram Batang</CardTitle>
|
||||
<CardTitle className="text-lg">Diagram Batang Terverifikasi</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<BarChartComponent barChartData={sortedVerifiedBarChartData} barChartConfig={barChartConfig} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user