File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ export default function Feed({ type }) {
115
115
return (
116
116
< div
117
117
data-testid = "feed"
118
- className = "xl:ml-[350px] h-full border-l border-r border-lightBorderColor dark:border-darkBorderColor xl:min-w-[680px] sm:ml-[82px] justify-center sm:w-[calc(100%-82px)] w-screen content-center items-center flex-grow max-w-2xl" >
118
+ className = "xl:ml-[350px] h-full border-l border-r border-lightBorderColor dark:border-darkBorderColor xl:min-w-[680px] sm:ml-[82px] justify-center sm:w-[calc(100%-82px)] w-screen items-center flex-grow max-w-2xl" >
119
119
< Navbar title = { undefined } />
120
120
< Input
121
121
updatePosts = { updatePosts }
Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// NOTE: This file should not be edited
5
- // see https://nextjs.org/docs/basic-features /typescript for more information.
5
+ // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
You can’t perform that action at this time.
0 commit comments