Skip to content

Commit

Permalink
UI improvement and off to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 13, 2024
1 parent 8f13fac commit 338dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/punk-society/NewsFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type NewsFeedProps = {

export const NewsFeed: React.FC<NewsFeedProps> = ({ posts, isGrid = false }) => {
return (
<div className="mt-4 md:flex md:justify-center md:items-center px-6 border-x-2">
<div className="mt-4 md:flex md:justify-center md:items-center md:px-6 md:border-x-2">
<div
className={`${
isGrid
Expand Down

0 comments on commit 338dc5c

Please sign in to comment.