Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aditansh committed Feb 8, 2024
1 parent 54c8849 commit 093e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function App() {
<div className="valentine">
{yesPressed ? (
<>
<img src="src\\assets\\gifyes.gif" alt="yes"/>
<img src="/assets\\gifyes.gif" alt="yes"/>
<div className="text">Yayyy!!!</div>
</>
) : (
Expand Down

0 comments on commit 093e53c

Please sign in to comment.