Skip to content

Commit 6783431

Browse files
Ahmed QadriAhmed Qadri
Ahmed Qadri
authored and
Ahmed Qadri
committed
UI width fixes
1 parent e142c33 commit 6783431

File tree

4 files changed

+90
-89
lines changed

4 files changed

+90
-89
lines changed

Diff for: package-lock.json

+87-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "^0.0.18",
12+
"@ai-sdk/openai": "^1.0.14",
1313
"@aws-sdk/client-bedrock-runtime": "^3.629.0",
1414
"@drizzle/react-plugin": "^1.5.3",
1515
"@hookform/resolvers": "^3.3.2",

Diff for: pages/investment.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function Investment() {
4747
initial={{ opacity: 0 }}
4848
animate={{ opacity: 1 }}
4949
transition={{ duration: 0.5 }}
50-
className={`flex h-full w-full flex-col bg-investment-graident-background`}
50+
className={`flex h-full w-full flex-col bg-investment-graident-background px-10`}
5151
>
5252
<NavWrapper>
5353
<>

Diff for: pages/marketplace.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export default function Marketplace() {
391391
</div>
392392
</section>
393393

394-
<section className="mx-8 sm:mx-12 xl:mx-auto pt-14 flex flex-col gap-y-10 ">
394+
<section className="mx-8 sm:mx-12 xl:mx-auto pt-14 flex flex-col gap-y-10 px-10">
395395
<section>
396396
{/* Popular Shops heading and row */}
397397

0 commit comments

Comments
 (0)