Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
knownblackhat committed Aug 19, 2023
1 parent d270dcf commit 921e9cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="./logo192.png" />
<link rel="apple-touch-icon" href="./logo.png" />

<link rel="manifest" href="./manifest.json" />

<title>React App</title>
<title>Reddi Media</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
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.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function App () {
const size = 32
const [unsafe_filter,setunsafe_filter] = useState(false)
const [progress,setProgress] = useState(0)
document.title="Reddit Media Locater"
document.title="Reddit Media"
document.body.classList.add("bg-black", "text-white")

return (
Expand Down

0 comments on commit 921e9cb

Please sign in to comment.