Skip to content

Commit

Permalink
ft
Browse files Browse the repository at this point in the history
  • Loading branch information
CSedat committed Jan 24, 2023
1 parent 1da7714 commit 104d798
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Lavvar Veri Kayıt</title>
</head>
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
14 changes: 2 additions & 12 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "LogApp",
"name": "Lavvar Logpage",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DensityPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function App() {
id="id"
>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2023" selected>2023</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 104d798

Please sign in to comment.