Skip to content

Commit

Permalink
Merge pull request academicpages#46 from mrjatinchauhan/patch-1
Browse files Browse the repository at this point in the history
fix university logo
  • Loading branch information
ashutosh1919 authored Aug 3, 2020
2 parents 8400a49 + 6b8e31e commit 56a4659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/degreeCard/DegreeCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DegreeCard extends Component {
style={{
maxWidth: "100%",
maxHeight: "100%",
transform: "scale(-50%, -50%)",
transform: "scale(50%, 50%)",
}}
src={require(`../../assests/images/${degree.logo_path}`)}
alt={degree.alt_name}
Expand Down

0 comments on commit 56a4659

Please sign in to comment.