Skip to content

Commit

Permalink
Merge pull request #2 from RTae/feature/change-sub-title-name
Browse files Browse the repository at this point in the history
fest : change title
  • Loading branch information
RTae authored Mar 3, 2024
2 parents 62efb39 + c1de5bc commit 411553b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ const Home = ({ Upload, onChange, Done }) => {
<h1 className="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl md:text-3xl lg:text-4xl xl:text-5xl text-left">
<span className="block">Zero Waste Together,</span>
<span className="block text-green-500 xl:inline" id="">
Just Waste Separate.
Hello Greener.
</span>
</h1>
<p
className="mx-auto text-base text-gray-500 sm:max-w-md lg:text-xl md:max-w-3xl text-left"
id=""
>
Hello Greener.
human society sustains itself by transforming nature into
garbage.
</p>
<form onSubmit={Upload}>
<div className="relative flex flex-col sm:flex-row sm:space-x-4">
Expand Down

0 comments on commit 411553b

Please sign in to comment.