Skip to content

Commit

Permalink
Remove hero opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Jan 29, 2024
1 parent f9f8d59 commit cfb7c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Hero() {
<br />
the same function!
</div>
<div className="image static lg:absolute max-w-full lg:max-w-none top-0 bg-no-repeat -z-10 lg:z-10 opacity-50 lg:opacity-100"></div>
<div className="image static lg:absolute max-w-full lg:max-w-none top-0 bg-no-repeat -z-10 lg:z-10"></div>
</div>
);
}
1 change: 1 addition & 0 deletions src/app/components/search/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default function SearchForm() {
required
className="grow px-4 rounded-l-2xl"
placeholder="Enter product URL"
defaultValue="http://a.b.c"
/>
<button type="submit" className="rounded-r-2xl"></button>
</form>
Expand Down

0 comments on commit cfb7c21

Please sign in to comment.