We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09cac5 commit ee204a4Copy full SHA for ee204a4
layouts/support-us/list.html
@@ -517,9 +517,9 @@ <h1 class='display-5 fw-normal mt-1'>Compare</h1>
517
</tr>
518
<tr class='tiers-row'>
519
<th scope='row' class='tiers-feature-heading'>Send text</th>
520
- <td class='tier-cell tier-cell--core'><span class='tier-check'>✔</span></td>
521
- <td class='tier-cell tier-cell--plus'><span class='tier-check'>✔</span></td>
522
- <td class='tier-cell tier-cell--pro'><span class='tier-check tier-check--pro'>✔</span></td>
+ <td class='tier-cell tier-cell--core'>✔</td>
+ <td class='tier-cell tier-cell--plus'>✔</td>
+ <td class='tier-cell tier-cell--pro'>✔</td>
523
524
525
<th scope='row' class='tiers-feature-heading'>Send image, voice, video</th>
0 commit comments