Skip to content

Commit

Permalink
feat: Update price label to "Price to Connect"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeezman committed Nov 10, 2023
1 parent dd43471 commit 7f86e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/people/widgetViews/AboutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const AboutView = observer((props: AboutViewProps) => {

<Divider />
<Row>
<div>Price to Join:</div>
<div>Price to Connect:</div>
<div style={{ fontWeight: 'bold', color: '#000' }}>{price_to_meet}</div>
</Row>

Expand Down

0 comments on commit 7f86e34

Please sign in to comment.