diff --git a/.prettierrc b/.prettierrc new file mode 100755 index 00000000..d5c962a4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,7 @@ +{ + "singleQuote": true, + "trailingComma": "none", + "arrowParens": "avoid", + "printWidth": 80, + "semi": false +} diff --git a/package.json b/package.json index 220ae5a5..7bdf1dd4 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "devDependencies": { "eslint": "8.55.0", "eslint-config-next": "14.0.3", - "prettier": "^3.0.3" + "prettier": "^3.2.2" } } diff --git a/pages/slack.js b/pages/slack.js index 0eee6d71..5077b5e9 100644 --- a/pages/slack.js +++ b/pages/slack.js @@ -350,18 +350,21 @@ const SlackPage = () => { @@ -381,7 +384,7 @@ const SlackPage = () => { sx={{ width: ['100%', '50%'], paddingX: '32px', - display: ['flex'], + display: 'flex', alignItems: 'center', justifyContent: 'center' }} @@ -460,17 +463,24 @@ function Project({ title, description, sx, color, img }) { {description} - + ) } -function Quote({ text, person, age, location }) { +function Quote({ text, person, age, location, img }) { return ( "{text}" - - {person}, {age} from {location} - + + + + {person}, {age} from {location} + + ) } diff --git a/prettier.config.js b/prettier.config.js deleted file mode 100755 index 111881a8..00000000 --- a/prettier.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - singleQuote: true, - trailingComma: 'none', - arrowParens: 'avoid', - printWidth: 80, - semi: false -} diff --git a/public/slack/bci.png b/public/slack/bci.png index 6c21573d..e0627625 100644 Binary files a/public/slack/bci.png and b/public/slack/bci.png differ diff --git a/yarn.lock b/yarn.lock index 5581044e..9dc97d6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6366,10 +6366,10 @@ prelude-ls@^1.2.1: resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" + integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== prismjs@~1.27.0: version "1.27.0"