diff --git a/src/components/Support/Support.jsx b/src/components/Support/Support.jsx index 0642933c6544..6ef89b012d86 100644 --- a/src/components/Support/Support.jsx +++ b/src/components/Support/Support.jsx @@ -173,10 +173,10 @@ export default class Support extends Component { {rank === 'backer' ? 'Backers' : rank === 'latest' - ? 'Latest Sponsors' - : `${rank[0].toUpperCase()}${rank.slice(1)} ${ - type === 'monthly' ? 'Monthly ' : '' - }Sponsors`} + ? 'Latest Sponsors' + : `${rank[0].toUpperCase()}${rank.slice(1)} ${ + type === 'monthly' ? 'Monthly ' : '' + }Sponsors`} {