Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vdutts7 committed Oct 13, 2023
1 parent d31fcd4 commit 567e6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const Home = () => {
Note: bot comments are not real and not associated with Matt Wolfe. This is fiction. Check out <a href="https://ai-mkbhd.vercel.app/" style={{opacity: 0.8 }} className="text-purple-500 hover:font-bold">MKBHD AI</a>
</i>
</div>
<div className="mx-auto mt-2 flex w-full md:ml-16 max-w-7xl flex-col md:flex-row dark2-gradient">
<div className="mx-auto mt-2 flex w-full max-w-7xl flex-col md:flex-row dark2-gradient">
<div className="flex w-full md:ml-8 flex-row md:w-1/3 md:flex-col">
<MREFLOW />
</div>
<div className="w-full md:w-6/3">
<div className="w-full md:w-6/3 mr-8">
<Chat />
</div>
</div>
Expand Down

0 comments on commit 567e6bf

Please sign in to comment.