Skip to content

Commit

Permalink
feature(logo): add page logo and title
Browse files Browse the repository at this point in the history
  • Loading branch information
haticecs committed Apr 30, 2022
1 parent ac202bf commit 35e8f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="./mainLogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Dreams will come true"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="./mainLogo.png" />
<link
href="https://api.mapbox.com/mapbox-gl-js/v1.10.1/mapbox-gl.css"
rel="stylesheet"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="/dist/output.css" rel="stylesheet">
<title>React Redux App</title>
<title>Bursapediary - Dreams Will Come True</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/mainLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35e8f63

Please sign in to comment.