Skip to content

Commit

Permalink
Merge branch 'main' into Update-logo-on-website-#43
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Oct 12, 2023
2 parents 706779a + f3c3229 commit 2faa092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Netlify Deploy Preview
on:
pull_request:
branches:
- '*'
- production

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"typescript": "^5.2.2",
"web-vitals": "^2.1.4"
},
"overrides": {
"typescript": "^5.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ const Footer = () => {
)
}

export default Footer;
export default Footer;

0 comments on commit 2faa092

Please sign in to comment.