Skip to content

Commit

Permalink
PR : Develop To Master Branch with all latest change (#3)
Browse files Browse the repository at this point in the history
* fixed deployment issue

* Update gh-pages-deploy.yml

* Update gh-pages-deploy.yml

* Create blank.yml

* Delete blank.yml

* -implemted redux state
  • Loading branch information
PoojanPatelJT committed Jun 3, 2023
1 parent 192fc40 commit 841dc58
Show file tree
Hide file tree
Showing 16 changed files with 732 additions and 634 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="https://jyotitechnosoft.com/assets/images/logo-transprent.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Business</title>
<title>Jyoti Technosoft Business</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
</head>
<body>
Expand Down
147 changes: 145 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-redux": "^8.0.7",
"redux": "^4.2.1",
"sass": "^1.62.1"
},
"devDependencies": {
Expand Down
Empty file removed src/App.css
Empty file.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './App.css';
import BusinessCards from './Component/businessCards/BusinessCards';

function App() {
Expand Down
Loading

0 comments on commit 841dc58

Please sign in to comment.