Skip to content

Commit 5f1bf8c

Browse files
committed
deploy to shared hosting t1
1 parent d30ea78 commit 5f1bf8c

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "client",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage":"https://momo-japan-market.com/",
56
"dependencies": {
67
"@react-hook/intersection-observer": "^3.1.1",
78
"@react-hook/resize-observer": "^1.2.2",

public/favicon.ico

-508 Bytes
Binary file not shown.

public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="description" content="Web site created using create-react-app" />
7+
<meta name="description" content="Momo Alrayah is a company trades in products based in Japan,
8+
and provides viable, reliable commidities in terms of finance and shipping to all african countries. " />
89
<meta name="author" content="Developed by Abdallah Alkaser" />
910
<title>Momo Store</title>
1011
</head>

public/logo_colored.svg

+1
Loading

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Create React App Sample",
44
"icons": [
55
{
6-
"src": "favicon.ico",
6+
"src": "logo_colored.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},

src/styles/_App.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
background: $white;
128128
border-radius: 5px;
129129
overflow: hidden;
130-
box-shadow: 1px 2px 3px rgba($black, 0.5), -1px -2px 3px rgba($black, 0.5);
130+
// box-shadow: 1px 2px 3px rgba($black, 0.5), -1px -2px 3px rgba($black, 0.5);
131131
transform: translateY(5em);
132132
opacity: 0;
133133
@include transition-ease;

0 commit comments

Comments
 (0)