Skip to content

Commit

Permalink
change favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
DVGY committed Oct 21, 2023
1 parent b394adc commit 2a6669b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<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="src/assets/tour-bus.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Tours: Book It Now</title>
</head>
<body>
<div id="root"></div>
Expand Down
10 changes: 8 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "client",
"name": "Tours",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -23,6 +23,7 @@
"fast-deep-equal": "^3.1.3",
"framer-motion": "^10.16.4",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
Expand Down
2 changes: 2 additions & 0 deletions client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { PersistGate } from 'redux-persist/integration/react';
import App from './App.tsx';
import { store, persistor } from './redux/store';
import '../node_modules/leaflet/dist/leaflet.css';
import 'leaflet-defaulticon-compatibility';
import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility.css';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 2a6669b

Please sign in to comment.