diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-19 12:36:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-19 12:36:13 -0400 |
| commit | a13bad257679991aa14b03d6e7d26995f230fb71 (patch) | |
| tree | 16ba50a65c27c7ce555005605da80d68f48d515d /static | |
| parent | fe0c9f2e8be34c4b891bcda56daedf1ea2a944d5 (diff) | |
add leading text to Element web client link too
Diffstat (limited to 'static')
| -rw-r--r-- | static/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/contact.html b/static/contact.html index 12d04e87..4f61e8d5 100644 --- a/static/contact.html +++ b/static/contact.html @@ -77,7 +77,7 @@ are multiple ways to join the room:</p> <ul> - <li>Join the <a href="https://app.element.io/#/room/%23grapheneos:matrix.org">#grapheneos:matrix.org room with the Element web client</a></li> + <li><a href="https://app.element.io/#/room/%23grapheneos:matrix.org">Join the #grapheneos:matrix.org room with the Element web client</a></li> <li>Join the #grapheneos:matrix.org room with another Matrix client of your choice</li> </ul> @@ -85,7 +85,7 @@ #grapheneos-offtopic:matrix.org. There are multiple ways to join the room:</p> <ul> - <li>Join the <a href="https://app.element.io/#/room/%23grapheneos-offtopic:matrix.org">#grapheneos-offtopic:matrix.org room with the Element web client</a></li> + <li><a href="https://app.element.io/#/room/%23grapheneos-offtopic:matrix.org">Join the #grapheneos-offtopic:matrix.org room with the Element web client</a></li> <li>Join the #grapheneos-offtopic:matrix.org room with another Matrix client of your choice</li> </ul> |
