Skip to content

Commit

Permalink
update ambassador card to say ambassador since for date
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Aug 1, 2024
1 parent b3b0b68 commit 0a2e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ambassador/AmbassadorCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function AmbassadorCard({data}) {
size="lg"
/>
<div className={styles.cardCommentText}>
member since {data.member_since}
ambassador since {data.member_since}
</div>
</div>
</div>
Expand Down

0 comments on commit 0a2e373

Please sign in to comment.