Skip to content

Commit 4344a18

Browse files
feedback
1 parent 461047b commit 4344a18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/app/[domain]/chat/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default async function Page(props: PageProps) {
9292
id="chat-home-panel"
9393
defaultSize={85}
9494
>
95-
<div className="flex flex-col justify-center items-center mt-8 mb-8 md:mt-18 w-full px-5">
95+
<div className="flex flex-col justify-center items-center mt-8 mb-8 md:mt-16 w-full px-5">
9696
<div className="max-h-44 w-auto">
9797
<SourcebotLogo
9898
className="h-18 md:h-40 w-auto"

packages/web/src/app/[domain]/search/components/searchLandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const SearchLandingPage = async ({
3737
domain={domain}
3838
/>
3939

40-
<div className="flex flex-col justify-center items-center mt-8 mb-8 md:mt-18 w-full px-5">
40+
<div className="flex flex-col justify-center items-center mt-8 mb-8 md:mt-16 w-full px-5">
4141
<div className="max-h-44 w-auto">
4242
<SourcebotLogo
4343
className="h-18 md:h-40 w-auto"

0 commit comments

Comments
 (0)