We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2484aa commit f4970ffCopy full SHA for f4970ff
components/about/Hero.tsx
@@ -4,7 +4,7 @@ const Hero: FC = () => {
4
return (
5
<header
6
className="h-144 md:h-[670px] w-full relative flex flex-col justify-end pb-24 md:pb-32 bg-cover bg-center"
7
- style={{ backgroundImage: "url('/about/f25-bot.jpg')" }}
+ style={{ backgroundImage: "url('/about/f25-bot.png')" }}
8
>
9
<div className="content">
10
<div className="max-w-xl space-y-3">
public/about/f25-bot.jpg
-2.68 MB
public/about/f25-bot.png
3.77 MB
0 commit comments