Skip to content

Commit

Permalink
Center children
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Sep 28, 2023
1 parent 2e99dad commit fda59d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/simpleHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ReactNode } from "react";

export default function SimpleHeader({ children }: { children?: ReactNode }) {
return (
<h1 className="text-highlight border-highlight flex whitespace-nowrap border-b-4 px-1 py-4 text-sm font-medium">
<h1 className="text-highlight border-highlight flex justify-center whitespace-nowrap border-b-4 px-1 py-4 text-sm font-medium">
{children}
</h1>
);
Expand Down

0 comments on commit fda59d7

Please sign in to comment.