Skip to content

Commit

Permalink
moved assets into public folder. changed network settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed Jan 20, 2024
1 parent 36ece11 commit 6967cc0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Hero = () => {
}

return (
<div className="hero min-h-screen" style={{ backgroundImage: "url('../../public/imgs/hero-background.jpg')" }}>
<div className="hero min-h-screen" style={{ backgroundImage: "url('assets/hero-background.jpg')" }}>
<div className="hero-content text-center">
<div className="max-w-md text-white">
{activeAddress ? (
Expand Down

0 comments on commit 6967cc0

Please sign in to comment.