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 2bc1699 commit 54c8849
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Pookie :)</title>
</head>
<body>
<div id="root"></div>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

8 changes: 4 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const phrases = [
];

const gifs = [
"src\\assets\\gif1.gif",
"src\\assets\\gif2.gif",
"src\\assets\\gif3.gif",
"src\\assets\\gif4.gif"
"/assets/gif1.gif",
"/assets\\gif2.gif",
"/assets\\gif3.gif",
"/assets\\gif4.gif"
];

function App() {
Expand Down
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

body {
font-family: "Rubik", sans-serif;
width: 100%;
height: 100vh;
/* width: 100%; */
/* height: 100vh; */
-webkit-tap-highlight-color: transparent;
transition: transform 0.3s ease-in-out;
}
Expand Down Expand Up @@ -52,7 +52,7 @@ button {
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
height: 95vh;
width: 100%;
}

Expand Down

0 comments on commit 54c8849

Please sign in to comment.