Skip to content

Commit

Permalink
Update social.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 28, 2025
1 parent 57aeca8 commit e6666dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/app/(home)/components/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ const tweets = [
];

export const Social = () => (
<section
id="social"
className="container mx-auto px-4 py-16 text-center sm:py-24"
>
<section id="social" className="container mx-auto px-4 py-16 sm:py-24">
<section className="grid lg:grid-cols-3">
<div>
<div className="sticky top-14">
Expand Down

0 comments on commit e6666dd

Please sign in to comment.