Skip to content

Commit

Permalink
fix: center addtl course number (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Dec 9, 2020
1 parent 560c03e commit ae0f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/sidebar/OfferSummaryCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OFFER_SUMMARY_TITLE } from './data/constants';
const OfferSummaryCard = ({ offersCount, className }) => {
const renderCardBody = () => (
<>
<div className="h1">
<div className="h1 text-center">
{offersCount}
</div>
<p className="m-0">
Expand Down

0 comments on commit ae0f2a6

Please sign in to comment.