fix: Remove errant whitespace in device details

This commit is contained in:
Ginger
2026-05-01 14:21:49 -04:00
parent 45dc43e20f
commit 1f87b0e07a
+1 -1
View File
@@ -12,7 +12,7 @@ Device information
<section>
<p>
{% if let Some(tos_uri) = &client_metadata.tos_uri %}
&nbsp;<a href="{{ tos_uri }}">Terms of service</a>
<a href="{{ tos_uri }}">Terms of service</a>
{% endif %}
{% if let Some(policy_uri) = &client_metadata.policy_uri %}
&bullet;&nbsp;<a href="{{ policy_uri }}">Policies</a>