diff --git a/README.md b/README.md index 56d02be7f..1bbce2f4a 100644 --- a/README.md +++ b/README.md @@ -211,4 +211,4 @@ If you can help us with these. Please don't hesitate to open an [pull request](h # References 👏🏻 - Some Design and Implementation Ideas are taken from [Saad Pasta's Portfolio Project](https://github.com/saadpasta/developerFolio). -- The Logo of MasterPortfolio is inspired from [prettier-logo](https://github.com/prettier/prettier-logo) for [prettier](https://github.com/prettier/prettier) designed by @ianstormtaylor. +- The Logo of MasterPortfolio is inspired from [prettier-logo](https://github.com/prettier/prettier-logo) for [prettier](https://github.com/prettier/prettier) designed by [Ian Storm Taylor](https://github.com/ianstormtaylor). diff --git a/package-lock.json b/package-lock.json index 8370c5305..48732fd9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "ashutosh1919.github.io", + "name": "masterPortfolio", "version": "0.1.0", "dependencies": { "@apollo/react-common": { diff --git a/src/components/degreeCard/DegreeCard.js b/src/components/degreeCard/DegreeCard.js index 910d44a1a..c15448176 100644 --- a/src/components/degreeCard/DegreeCard.js +++ b/src/components/degreeCard/DegreeCard.js @@ -14,7 +14,6 @@ class DegreeCard extends Component { style={{ maxWidth: "100%", maxHeight: "100%", - transform: "scale(-50%, -50%)", }} src={require(`../../assests/images/${degree.logo_path}`)} alt={degree.alt_name}