Skip to content

Commit

Permalink
style(Layout.tsx): fix indentation issue in the title style definition
Browse files Browse the repository at this point in the history
The indentation issue in the title style definition has been fixed to maintain consistent code styling and improve readability.
  • Loading branch information
ktun95 committed Jan 8, 2025
1 parent df1a457 commit 5857133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/genome-page/components/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type Properties = {
}
const useStyles = makeStyles({
title: {
textAlign: "center"
}
textAlign: "center",
},
})

const Layout = ({ children, gene, title, description }: Properties) => {
Expand Down

0 comments on commit 5857133

Please sign in to comment.