Skip to content

Commit

Permalink
fix(client): add spacing in about sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed Apr 21, 2023
1 parent 8fa963d commit 7a97449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function About() {

return (
<PageLayout
className="gap-y-6"
title={t("about:title")}
description={t("about:description")}
>
Expand Down

0 comments on commit 7a97449

Please sign in to comment.