client: mark the links that should use the new style

This commit is contained in:
Adorian Doran
2025-01-23 01:12:05 +02:00
parent 027649213a
commit f4d2c5a2d2
9 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ import attributeService from "../services/attributes.js";
import { t } from "../services/i18n.js";
const TPL = `
<div class="shared-info-widget alert alert-warning">
<div class="shared-info-widget alert alert-warning use-tn-links">
<style>
.shared-info-widget {
margin: 10px;
@@ -13,7 +13,7 @@ const TPL = `
font-weight: bold;
}
</style>
<span class="shared-text"></span> <a class="shared-link external"></a>. ${t("shared_info.help_link")}
</div>`;