Skip to content

Commit

Permalink
docs: fix code block alignment (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Dec 18, 2024
1 parent 7a64fd7 commit b70de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/helpers/codeBlocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { Card } from "@versini/ui-card";
function App() {
return (
<Card
mode="light"
mode="light"
header="Welcome to UI Components"
footer={
<Button mode="light" focusMode="dark" noBorder>
Expand Down

0 comments on commit b70de54

Please sign in to comment.