diff --git a/.vscode/settings.json b/.vscode/settings.json index 7228f20f..1b0e5243 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,8 +13,8 @@ }, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.organizeImports": true, - "source.formatDocument": true, - "source.fixAll.eslint": true + "source.organizeImports": "explicit", + "source.formatDocument": "explicit", + "source.fixAll.eslint": "explicit" } } diff --git a/src/components/aboutpage-components/IntroSection.tsx b/src/components/aboutpage-components/IntroSection.tsx index 9afe414b..e2657144 100644 --- a/src/components/aboutpage-components/IntroSection.tsx +++ b/src/components/aboutpage-components/IntroSection.tsx @@ -17,7 +17,7 @@ const IntroSection: React.FC = ({ numOfMembers, numOfPhD }) => {