website: update comparison

closes #4088

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-25 14:49:07 +01:00
parent 36f8f8bae5
commit 1cc578be66
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ function Comparison() {
<td className="result passed">
<Check></Check>
</td>
<td className="result passwd">
<td className="result passed">
<Check></Check>
</td>
</tr>
@ -345,8 +345,8 @@ function Comparison() {
<td className="result passed">
<Check></Check>
</td>
<td className="result failed">
<X></X>
<td className="result passed">
<Check></Check>
</td>
</tr>
</tbody>