Skip to content

Commit

Permalink
Fixed file path
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKendpr committed Apr 7, 2024
1 parent d1b98e7 commit 25bee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Background() {
></div>
<img
className="pointer-events-none h-full w-full select-none object-cover object-center"
src={`src/assets/backgrounds/${BackgroundCondition(IsDay)}`}
src={`./src/assets/backgrounds/${BackgroundCondition(IsDay)}`}
alt=""
/>
</div>
Expand Down

0 comments on commit 25bee92

Please sign in to comment.