Metadata #25
@@ -2,7 +2,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"name": "lucid-creations-media-potty-chart",
|
"name": "lucid-creations-media-potty-chart",
|
||||||
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
|
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
|
||||||
"version": "v0.0.6.0-pre-alpha",
|
"version": "v0.0.6.1-pre-alpha",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Lucid Creations Media",
|
"name": "Lucid Creations Media",
|
||||||
"url": "https://lucidcreations.media",
|
"url": "https://lucidcreations.media",
|
||||||
@@ -19,8 +19,8 @@
|
|||||||
"@chakra-ui/react": "^1.7.3",
|
"@chakra-ui/react": "^1.7.3",
|
||||||
"@emotion/react": "^11.7.1",
|
"@emotion/react": "^11.7.1",
|
||||||
"@emotion/styled": "^11.6.0",
|
"@emotion/styled": "^11.6.0",
|
||||||
"@types/react": "^17.0.37",
|
"@types/react": "^17.0.38",
|
||||||
"date-fns": "^2.27.0",
|
"date-fns": "^2.28.0",
|
||||||
"formik": "^2.2.9",
|
"formik": "^2.2.9",
|
||||||
"framer-motion": "^5.5.5",
|
"framer-motion": "^5.5.5",
|
||||||
"next": "12.0.7",
|
"next": "12.0.7",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"sharp": "^0.29.3"
|
"sharp": "^0.29.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/react": "^3.1.0",
|
"@iconify/react": "^3.1.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
||||||
"eslint": "^8.5.0",
|
"eslint": "^8.5.0",
|
||||||
"eslint-config-next": "12.0.7",
|
"eslint-config-next": "12.0.7",
|
||||||
|
|||||||
@@ -7,27 +7,30 @@ const description =
|
|||||||
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
|
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
|
||||||
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
|
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
|
||||||
|
|
||||||
|
const logo = "images/logo.svg"
|
||||||
|
const logoOG = "/images/logo.png";
|
||||||
|
|
||||||
class Document extends NextDocument {
|
class Document extends NextDocument {
|
||||||
render(): JSX.Element {
|
render(): JSX.Element {
|
||||||
return (
|
return (
|
||||||
<Html>
|
<Html>
|
||||||
<Head>
|
<Head>
|
||||||
<meta name="theme-color" content="#3138dc" />
|
<meta name="theme-color" content="#3138dc" />
|
||||||
<link rel="icon" href="/images/logo.svg" sizes="32x32 192x192" />
|
<link rel="icon" href={logo} sizes="32x32 192x192" />
|
||||||
<link rel="apple-touch-icon" href="/images/logo.svg" />
|
<link rel="apple-touch-icon" href={logo} />
|
||||||
<meta property="og:title" content="LCM Potty Chart" />
|
<meta property="og:title" content="LCM Potty Chart" />
|
||||||
<meta name="og:description" content={description} />
|
<meta name="og:description" content={description} />
|
||||||
<meta property="og:type" content="Progress Tracking" />
|
<meta property="og:type" content="Progress Tracking" />
|
||||||
<meta property="og:image" content="/images/logo.jpg" />
|
<meta property="og:image" content={logoOG} />
|
||||||
<meta property="og:image:type" content="image/jpeg" />
|
<meta property="og:image:type" content="image/png" />
|
||||||
<meta property="og:image:alt" content="LCM Potty Chart Logo" />
|
<meta property="og:image:alt" content="LCM Potty Chart Logo" />
|
||||||
<meta property="og:url" content="https://lucidcreations.media" />
|
<meta property="og:url" content="https://lucidcreations.media" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta property="title" content="LCM Potty Chart" />
|
<meta property="title" content="LCM Potty Chart" />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta property="type" content="Progress Tracking" />
|
<meta property="type" content="Progress Tracking" />
|
||||||
<meta property="image" content="/images/logojpg" />
|
<meta property="image" content={logoOG} />
|
||||||
<meta property="image:type" content="image/jpeg" />
|
<meta property="image:type" content="image/png" />
|
||||||
<meta property="image:alt" content="LCM Potty Chart Logo" />
|
<meta property="image:alt" content="LCM Potty Chart Logo" />
|
||||||
<meta property="url" content="https://https://lucidcreations.media" />
|
<meta property="url" content="https://https://lucidcreations.media" />
|
||||||
<meta httpEquiv="content-language" content="en_US" />
|
<meta httpEquiv="content-language" content="en_US" />
|
||||||
|
|||||||
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -15,7 +15,7 @@ import appLogo from "../../public/images/logo.svg";
|
|||||||
|
|
||||||
const Header = (): JSX.Element => {
|
const Header = (): JSX.Element => {
|
||||||
const appName = "LCM Potty Chart";
|
const appName = "LCM Potty Chart";
|
||||||
const appVersion = "v0.0.6.0-pre-alpha";
|
const appVersion = "v0.0.6.1-pre-alpha";
|
||||||
|
|
||||||
// Add transparency while not at the top of the page.
|
// Add transparency while not at the top of the page.
|
||||||
const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false);
|
const [transparentNavbar, setTransparentNavbar] = useState<boolean>(false);
|
||||||
|
|||||||
30
yarn.lock
30
yarn.lock
@@ -1185,12 +1185,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@iconify/react@npm:^3.1.0":
|
"@iconify/react@npm:^3.1.1":
|
||||||
version: 3.1.0
|
version: 3.1.1
|
||||||
resolution: "@iconify/react@npm:3.1.0"
|
resolution: "@iconify/react@npm:3.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
cross-fetch: ^3.1.4
|
cross-fetch: ^3.1.4
|
||||||
checksum: 0f1cc4ad4f3fc265c8af8687a8dff848780bac720f90e4cdb05e1abd69afa8e15269a035d4daa6c4e9a9407b1a503ec38744e6c20ffa27575072a58b00c8ae69
|
checksum: ed2c9b50bfe03b41a60a8ff8f934f78e3344a1fbc7a26ef0bc4a7db7e0b46adc5da7f9133d734c21234320b59bc11e9c0a13d8269e768b6d995ed6ecf98eed7a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1501,14 +1501,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/react@npm:^17.0.37":
|
"@types/react@npm:^17.0.38":
|
||||||
version: 17.0.37
|
version: 17.0.38
|
||||||
resolution: "@types/react@npm:17.0.37"
|
resolution: "@types/react@npm:17.0.38"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/prop-types": "*"
|
"@types/prop-types": "*"
|
||||||
"@types/scheduler": "*"
|
"@types/scheduler": "*"
|
||||||
csstype: ^3.0.2
|
csstype: ^3.0.2
|
||||||
checksum: e68b0d59aa69577fc6a6d654b25d5d8408625498f4c483f160b557fac21e840f6e8807cbde93e9f039949b6d624a019b1990d18499c1d65aecf3605c25e30242
|
checksum: 4079f4f959cd4a4bfaeda8b89fe8a1b1f8bdc9d87acfdc5f74a0b39cec9ec6a470724357c62778c0f063180b360c250e920c5a142f1dbcda67d9cc25a6d43a85
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2616,10 +2616,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"date-fns@npm:^2.27.0":
|
"date-fns@npm:^2.28.0":
|
||||||
version: 2.27.0
|
version: 2.28.0
|
||||||
resolution: "date-fns@npm:2.27.0"
|
resolution: "date-fns@npm:2.28.0"
|
||||||
checksum: db62036b3816eb0322c9532b353beac7f660a91e1a55dbd21c14893c621ebb8509f21c66ba287844dabd34dee0207edd54a9537bce6bb7cab9383dedc6b8bc90
|
checksum: a0516b2e4f99b8bffc6cc5193349f185f195398385bdcaf07f17c2c4a24473c99d933eb0018be4142a86a6d46cb0b06be6440ad874f15e795acbedd6fd727a1f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4404,10 +4404,10 @@ __metadata:
|
|||||||
"@chakra-ui/react": ^1.7.3
|
"@chakra-ui/react": ^1.7.3
|
||||||
"@emotion/react": ^11.7.1
|
"@emotion/react": ^11.7.1
|
||||||
"@emotion/styled": ^11.6.0
|
"@emotion/styled": ^11.6.0
|
||||||
"@iconify/react": ^3.1.0
|
"@iconify/react": ^3.1.1
|
||||||
"@types/react": ^17.0.37
|
"@types/react": ^17.0.38
|
||||||
"@typescript-eslint/eslint-plugin": ^5.8.0
|
"@typescript-eslint/eslint-plugin": ^5.8.0
|
||||||
date-fns: ^2.27.0
|
date-fns: ^2.28.0
|
||||||
eslint: ^8.5.0
|
eslint: ^8.5.0
|
||||||
eslint-config-next: 12.0.7
|
eslint-config-next: 12.0.7
|
||||||
eslint-config-prettier: ^8.3.0
|
eslint-config-prettier: ^8.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user