Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the song and updated the wishes #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"homepage": "http://krishna050504.github.io/react-wishes",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down
11 changes: 6 additions & 5 deletions src/components/LoveLetter/LoveLetter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useRef } from 'react';
import './LoveLetter.css';
import audioFile from './kushi.mp3';
import audioFile from './tu hai.mp3';

const LoveLetter = () => {
const [isOpen, setIsOpen] = useState(false);
Expand Down Expand Up @@ -35,10 +35,11 @@ const LoveLetter = () => {
<div className="flap"></div>
<div className="body"></div>
<div className={`letter ${isFullSize ? 'fullSize' : ''}`}>
mah dear kundanapu bomma🖤,<br />
never have i been so blessed as to fall in love with someone as wonderful as you...<br />i loveeee youuuu :)<br />
always yours,<br />
@niihaaarrrr

Happy Anniversary, Mom and Dad!🖤,<br />
Your love is my greatest inspiration...<br />Thank you for being the best parents and showing me the beauty of true love. :)<br />
Love always,<br />
@Your Little Queen
</div>
<audio ref={audioRef} src={audioFile} onError={(e) => console.error('Audio error:', e.message)} />
</div>
Expand Down
Binary file added src/components/LoveLetter/tu hai.mp3
Binary file not shown.