Skip to content

Commit

Permalink
Merge pull request manikumarreddyu#120 from manikumarreddyu/revert-11…
Browse files Browse the repository at this point in the history
…7-manikumarreddyu-patch-9

Revert "Update Home.jsx"
  • Loading branch information
manikumarreddyu authored Oct 6, 2024
2 parents 2f2fcb0 + f87b3a0 commit 1e49888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Home() {
document.title = 'AgroTech AI';

return (
<div className="mt-10 min-h-screen ">
<div className="mt-10 min-h-screen dark:bg-green-500">
<div className="w-full py-16 px-4" style={{ backgroundImage: `url(${bgHero})`, backgroundSize: 'cover', backgroundPosition: 'center' }}>
<div className="max-w-[1240px] mx-auto grid md:grid-cols-2">
<div className="flex flex-col justify-center">
Expand Down

0 comments on commit 1e49888

Please sign in to comment.