Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
refactor: Format code (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: filiptronicek <[email protected]>
  • Loading branch information
filiptronicek and filiptronicek authored Sep 5, 2021
1 parent 7b8a771 commit ff283dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const AboutPage: React.FC = () => {
backgroundColor:
colorScheme === "dark" ? colors.darkContent : colors.lightContent,
paddingTop: "10%",
justifyContent: "space-evenly"
justifyContent: "space-evenly",
}}
>
<LogoImage />
Expand Down

0 comments on commit ff283dc

Please sign in to comment.