Skip to content

Commit

Permalink
ENT-4105: small UX improvements (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameenfatima78 authored Mar 24, 2021
1 parent d4bc1c6 commit 643c142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/course/CourseHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function CourseHeader() {
<img
src={partner.logoImageUrl}
alt={`${partner.name} logo`}
style={{ maxWidth: 160, maxHeight: 44 }}
style={{ maxWidth: 160, maxHeight: 144 }}
/>
</a>
))}
Expand Down
4 changes: 2 additions & 2 deletions src/components/course/CourseSkills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default function CourseSkills() {
const skillsButtonLabel = showMore ? SKILLS_BUTTON_LABEL.SHOW_LESS : SKILLS_BUTTON_LABEL.SHOW_MORE;

return (
<div className="mb-4">
<h6> Skills you&apos;ll gain</h6>
<div className="mb-5">
<h5> Skills you&apos;ll gain</h5>
<div>
{skillNames.map((skill, index) => (
<Badge
Expand Down

0 comments on commit 643c142

Please sign in to comment.