mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Update skin count
This commit is contained in:
parent
f81cebe298
commit
b6e30f0811
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
-->
|
||||
<meta
|
||||
name="description"
|
||||
content="Infinite scroll through 65k Winamp skins with interactive preview"
|
||||
content="Infinite scroll through 80k Winamp skins with interactive preview"
|
||||
/>
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<meta property="og:title" content="Winamp Skin Museum" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Infinite scroll through 65k Winamp skins with interactive preview"
|
||||
content="Infinite scroll through 80k Winamp skins with interactive preview"
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import * as Selectors from "./redux/selectors";
|
|||
import { SCREENSHOT_WIDTH, SCREENSHOT_HEIGHT } from "./constants";
|
||||
|
||||
const DESCRIPTION =
|
||||
"Infinite scroll through 65k Winamp skins with interactive preview";
|
||||
"Infinite scroll through 80k Winamp skins with interactive preview";
|
||||
|
||||
function useImageTags({ url, width, height, alt }) {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue