Skip to content

Commit

Permalink
cleanup unused images and updated project specific files.
Browse files Browse the repository at this point in the history
These files should be modified based on project.
  • Loading branch information
tmanundercover committed Oct 12, 2023
1 parent c8d659e commit dcd88b0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 7 deletions.
Binary file removed public/black-coffee.png
Binary file not shown.
Binary file removed public/blue-lemon.png
Binary file not shown.
Binary file removed public/delicious-cherry.png
Binary file not shown.
Binary file removed public/good-present.png
Binary file not shown.
Binary file removed public/ice-cream.png
Binary file not shown.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Raleway:wght@400;500&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap" rel="stylesheet">-->
<!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap" rel="stylesheet">-->
<!-- <script type="text/javascript" src="https://member.psychologytoday.com/verified-seal.js" data-badge="13"-->
Expand All @@ -37,7 +36,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->

<title>React App</title>
<title>TheHandsomestNerd React Website Builder</title>
<meta name="description" content="__META_DESCRIPTION__"/>
<meta name="og:title" content="__META_OG_TITLE__"/>
<meta name="og:description" content="__META_OG_DESCRIPTION__"/>
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"short_name": "Transformative Healing & Wellness",
"name": "Transformative Healing & Wellness",
"short_name": "React Website Builder",
"name": "The Handsomest Nerd React Website Builder",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "../transformative-healing-and-wellness/coming-soon",
"start_url": "../home",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down
1 change: 0 additions & 1 deletion public/sanity.svg

This file was deleted.

Binary file removed public/sweet-fruit.png
Binary file not shown.
2 changes: 1 addition & 1 deletion sanityIo/schemas/mui/MuiTypography.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
type: "array",
of:[{type: "string", options: {
list: [
{value: "RAINBOW", title: "Rainbow"},
{value: "OSWALD", title: "Oswald"},
{value: "RALEWAY", title: "Raleway"}
]
}}],
Expand Down

0 comments on commit dcd88b0

Please sign in to comment.