Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "20"
- uses: SpaceyaTech/gh-action-open-source-labels@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare .env file
run: |
rm -f .env && touch .env
echo "REACT_APP_API_BASE_URL=https://example.com" >> .env
echo "VITE_SERVICE_ID=123fAkE" >> .env
echo "VITE_TEMPLATE_ID=123fAkE" >> .env
echo "VITE_PUBLIC_ID=123fAkE" >> .env
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-lazy-load-image-component": "^1.6.0",
"react-phone-number-input": "^3.4.12",
"react-photo-album": "^2.3.0",
"react-router-dom": "^6.11.2",
"react-share": "^5.1.0",
Expand All @@ -54,8 +55,8 @@
},
"devDependencies": {
"@playwright/test": "^1.44.1",
"@testing-library/react": "^16.0.0",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand Down
19 changes: 19 additions & 0 deletions public/confirmation-card.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/discount.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/images/icons/duration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/images/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import briefcase from "./briefcase.svg";
import calendar from "./calendar.svg";
import check from "./check.svg";
import dotpoints from "./dotpoints.svg";
import duration from "./duration.svg";
import folder from "./folder.svg";
import sytLogoGreen from "./logo-green-bg.svg";
import sytLogoWhite from "./logo-white-bg.svg";
Expand All @@ -18,6 +19,7 @@ export {
calendar,
check,
dotpoints,
duration,
folder,
sytLogoGreen,
sytLogoWhite,
Expand Down
Binary file modified src/assets/images/mastercraft/mastercraft-hero-footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/mastercraft/mastercraft-hero.png
Binary file not shown.
Loading
Loading