Skip to content

Commit

Permalink
removed response headline
Browse files Browse the repository at this point in the history
  • Loading branch information
januff committed Feb 11, 2023
1 parent 687ee97 commit ff22371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ const Home: NextPage = () => {
<motion.div className="space-y-10 my-10">
{advice && (
<>
<div>
{/* <div>
<h2 className="sm:text-4xl text-3xl font-bold text-slate-900 mx-auto">
Your generated advice
</h2>
</div>
</div> */}
<div className="space-y-8 flex flex-col items-center justify-center max-w-xl mx-auto">
<div
className="bg-white rounded-xl shadow-md p-4 hover:bg-gray-100 transition cursor-copy border"
Expand Down

1 comment on commit ff22371

@vercel
Copy link

@vercel vercel bot commented on ff22371 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.