Skip to content

Commit b34a610

Browse files
authored
Merge pull request #41 from miacycle/hortison-patch-1
Update background image source in App component
2 parents f6a7641 + 8c26e51 commit b34a610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const App = () => (
2323
<div className="relative min-h-screen overflow-x-hidden">
2424
<div className="fixed inset-0 z-0 pointer-events-none" aria-hidden="true">
2525
<img
26-
src="/lovable-uploads/97ba6128-0174-4dc8-9ed6-0a4d58913834.png"
26+
src="/uploads/my-bike.png"
2727
alt=""
2828
className="w-full h-full object-cover opacity-10"
2929
/>

0 commit comments

Comments
 (0)