Skip to content

Commit

Permalink
teeny formatting thing
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 11, 2024
1 parent 6ecc660 commit 36fccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/APISection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const APISection: React.FC = () => {
${endpoint.method === 'GET' ? 'text-blue-400' : ''}
${endpoint.method === 'POST' ? 'text-green-400' : ''}
${endpoint.method === 'DELETE' ? 'text-red-400' : ''}
font-semibold w-16
font-semibold min-w-[4rem] w-[4rem]
`}
>
{endpoint.method}
Expand Down

0 comments on commit 36fccfb

Please sign in to comment.