Skip to content

Commit

Permalink
suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Sep 17, 2024
1 parent 4cd9f0f commit c42f117
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/class-solid/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ export default function Home() {
<DropdownMenuContent>
<DropdownMenuLabel>Add experiment</DropdownMenuLabel>
<DropdownMenuSeparator />
<DropdownMenuItem onClick={() => addExperiment()} class="cursor-pointer">
Default settings
<DropdownMenuItem
onClick={() => addExperiment()}
class="cursor-pointer"
>
From scratch
</DropdownMenuItem>
<DropdownMenuItem class="text-gray-400">
Upload (not implemented)
Expand Down

0 comments on commit c42f117

Please sign in to comment.