Skip to content

Commit

Permalink
Replace "riot chat" with "Matrix(Chat)" across the site for updated t…
Browse files Browse the repository at this point in the history
…erminology
  • Loading branch information
Hardiksh16 committed Nov 13, 2024
1 parent e3350dd commit ee94c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/templates/personPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function PersonTemplate({ data: { rdf } }) {
)}
{chat && (
<div className="meta">
<div className="meta-label">Matrix (chat)</div>
<div className="meta-label">Matrix (Chat)</div>
<div className="meta-value">
<a href={`https://riot.im/app/#/user/${chat}`}>{chat}</a>
</div>
Expand Down

0 comments on commit ee94c68

Please sign in to comment.