Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";
import lovesvg from "./assets/All You Need Is Love SVG Cut File.svg";
import lovesvg2 from "./assets/Love In The Air SVG Cut File.svg";
import lovesvg from "./assets/All You Need Is One Friend SVG Cut File.svg";
import lovesvg2 from "./assets/Agar wo meri sabse acchi dost nhi bn skti to..... Cut File.svg";

export default function Page() {
const [noCount, setNoCount] = useState(0);
Expand Down Expand Up @@ -41,8 +41,8 @@ export default function Page() {
<div className="overflow-hidden flex flex-col items-center justify-center pt-4 h-screen -mt-16 selection:bg-rose-600 selection:text-white text-zinc-900">
{yesPressed ? (
<>
<img src="https://media.tenor.com/gUiu1zyxfzYAAAAi/bear-kiss-bear-kisses.gif" />
<div className="text-4xl md:text-6xl font-bold my-4">
<img src="https://tenor.com/view/best-friends---sharukh-khan---kajol-happy-friendship-day-friends-friendship-day-best-friends-gif-8853383277231104118" />
<div class="tenor-gif-embed" data-postid="8853383277231104118" data-share-method="host" data-aspect-ratio="1.76471" data-width="100%">
Ok Yayyyyy!!!
</div>
</>
Expand Down