Skip to content

Commit

Permalink
fix: uses lewine logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 committed Dec 14, 2023
1 parent 6aea6c0 commit 0183896
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/lewein_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Lewein Website"
content="Showcase lewein production contributions and how to contact him"
content="Showcase Lewein production contributions and how to contact him"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/lewein_logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
File renamed without changes
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
Expand Up @@ -3,19 +3,9 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"src": "lewine_logo.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "178x177"
}
],
"start_url": ".",
Expand Down
2 changes: 2 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.AppContainer {
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
}

.HomeLogoHeader {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Screens.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const musicstr = "music:"
export class Sound extends React.Component {
render () {
return (
<div className="AppHeader">
<div className="AppContainer">
<VideoHeader/>
<div className="soundContainer">
<div className="col1">
Expand Down

0 comments on commit 0183896

Please sign in to comment.