Skip to content

Commit b7c8f8e

Browse files
committed
fix kagura name
* fixes #26 Signed-off-by: SirRGB <[email protected]>
1 parent 49c5852 commit b7c8f8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/supported-devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,4 +1020,4 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
10201020
}
10211021
</script>
10221022

1023-
</html>
1023+
</html>

templates/supported-devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ <h2 class="subtitle">Currently, <strong>we support {{ n_supported_devices }} dev
422422
</tr>
423423
<tr>
424424
<td>Sony</td>
425-
<td>Xperia ZX</td>
425+
<td>Xperia XZ</td>
426426
<td>kagura</td>
427427
<td></td>
428428
<td><span class="tag is-warning">under development</span></td>
@@ -806,4 +806,4 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
806806
</div>
807807
</section>
808808
<!-- Contribution Banner End -->
809-
{% endblock %}
809+
{% endblock %}

0 commit comments

Comments
 (0)