Skip to content

Commit

Permalink
Update a simple thing (just adding / for UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
exatombe committed Dec 30, 2023
1 parent 1431477 commit 59247d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/commands/CommandComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function CommandComponent({ command }: { command: APIApplicationCommand }
<Accordion>
<AccordionSummary>
<Typography fontSize={20} sx={{ fontWeight: 'bold', fontSize: '1.2rem', width: "50%" }}>
{command.name}
/{command.name}
</Typography>
<Typography sx={{ color: 'text.secondary' }}>{command.description}</Typography>
</AccordionSummary>
Expand Down

0 comments on commit 59247d6

Please sign in to comment.