Skip to content

Commit

Permalink
feat(Hero): Replace background
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Feb 23, 2024
1 parent 6d0a86d commit 3dec40a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/_components/modules/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface Props {

const Hero = ({ disableBlog = false }: Readonly<Props>) => {
return (
<div className="h-[100dvh] bg-gradient-radial from-neutral-800 to-black text-white overflow-hidden relative">
<div className="h-[100dvh] bg-neutral-950 text-white overflow-hidden relative">
<div
className={clsx(
styles.container,
Expand Down
Binary file not shown.
Binary file modified app/src/app/_components/modules/Hero/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3dec40a

Please sign in to comment.