Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Verhoeven <[email protected]>
  • Loading branch information
Peter9192 and sverhoeven authored Sep 17, 2024
1 parent b2231db commit 4cd9f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/class-solid/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Home() {
<DropdownMenuContent>
<DropdownMenuLabel>Add experiment</DropdownMenuLabel>
<DropdownMenuSeparator />
<DropdownMenuItem onClick={() => addExperiment()}>
<DropdownMenuItem onClick={() => addExperiment()} class="cursor-pointer">
Default settings
</DropdownMenuItem>
<DropdownMenuItem class="text-gray-400">
Expand Down Expand Up @@ -58,7 +58,7 @@ export default function Home() {
<DropdownMenuLabel>Add analysis</DropdownMenuLabel>
<DropdownMenuSeparator />
<DropdownMenuItem onClick={() => addAnalysis()}>
Card
Final height
</DropdownMenuItem>
<DropdownMenuItem onClick={() => addAnalysis("timeseries")}>
Timeseries
Expand Down

0 comments on commit 4cd9f0f

Please sign in to comment.