Skip to content

Commit

Permalink
Address nits and tweak styling
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Oct 21, 2024
1 parent 5f0c363 commit 456a667
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,8 @@ export default function ClubEditCard({
type: 'group',
description: (
<div className="mb-4">
<a onClick={() => setShowRankModal(true)} className="is-italic">
How can filling out this information help your club's ranking?
<a onClick={() => setShowRankModal(true)}>
How does filling out this information affect your club?
</a>
<Modal
show={showRankModal}
Expand All @@ -411,7 +411,8 @@ export default function ClubEditCard({
width="80%"
>
<ModalContent className="content mb-4">
<h2>Rank Algorithm</h2>
<h2>How we calculate club rankings</h2>
<hr />
<h5>
The following positively affects your club's ranking in homepage
search results:
Expand Down

0 comments on commit 456a667

Please sign in to comment.