Skip to content

Commit

Permalink
chore: minor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 17, 2024
1 parent b88311e commit 49bffe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const links = [
export type AboutProps = Omit<FlexProps, 'asChild' | 'children'>;
export const About: FC = async (props) => {
const { url: personalPortrait } = await getPersonalPortrait();

return (
<Flex
asChild
Expand Down

0 comments on commit 49bffe9

Please sign in to comment.