Skip to content

Commit

Permalink
feat: Implemented Fresh Landing Page Structure with Separate Sections…
Browse files Browse the repository at this point in the history
… and Guidance. (#145)

* Feat: import SDL functionality on landing page added
* Feat: Review SDL button error fixed
* Feat: SDL guide lines section added
* Feat: medium screen errors fixed on sdl guideline section
* Feat: workded on responsiveness for each section
* Style: Tile and SDL guidelines cards  centered
* Feat: refactored code to make it readable
* Style: space added between "create deployment and review sdl button"
* Update App.tsx
* Feat: Converted the styles from vanilla css to Tailwind
* Update TileCard.tsx 0.1.293
  • Loading branch information
web-flow committed Jul 22, 2023
1 parent 179f7f2 commit 436f943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"concurrently": "^7.2.1",
"path": "^0.12.7"
},
"version": "0.1.292",
"version": "0.1.293",
"devDependencies": {
"url-loader": "^4.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "0.1.292",
"version": "0.1.293",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.292",
"version": "0.1.293",
"private": true,
"scripts": {
"start": "craco start --config ./craco.config.js",
Expand Down

0 comments on commit 436f943

Please sign in to comment.