Skip to content

Commit

Permalink
feat(home): slightly reduce glow-light.png opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed May 16, 2023
1 parent 7d8afd2 commit 6274619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/assets/glow-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type NextPage } from "next";

const Page: NextPage = () => (
<>
<section className="hero relative flex min-h-screen -mt-[92px] flex-col justify-center items-center bg-[url('/assets/glow-light.png')] bg-cover bg-center bg-fixed backdrop-filter backdrop-contrast-100">
<section className="hero relative flex min-h-screen -mt-[92px] flex-col justify-center items-center bg-[url('/assets/glow-light.png')] bg-cover bg-center bg-fixed">
<h2 className="text-center font-heading text-7xl font-bold text-slate-700">
Invest stablecoins into
<br />
Expand Down

0 comments on commit 6274619

Please sign in to comment.