Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit bef485c

Browse files
committed
style: switch to the new link style
1 parent 9e4d350 commit bef485c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/client/src/widgets/type_widgets/options/appearance/related_settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const TPL = `\
55
<div class="options-section">
66
<h4>Related settings</h4>
77
8-
<nav class="related-settings">
8+
<nav class="related-settings use-tn-links">
99
<li>Color scheme for code blocks in text notes</li>
1010
<li>Color scheme for code notes</li>
1111
</nav>

apps/client/src/widgets/type_widgets/options/i18n/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const TPL = /*html*/`
6363
</select>
6464
</div>
6565
66-
<p class="form-text">${t("i18n.first-week-info")}</p>
66+
<p class="form-text use-tn-links">${t("i18n.first-week-info")}</p>
6767
6868
<div class="admonition warning" role="alert">
6969
${t("i18n.first-week-warning")}

apps/client/src/widgets/type_widgets/options/text_notes/date_time_format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TPL = /*html*/`
99
<div class="options-section">
1010
<h4>${t("custom_date_time_format.title")}</h4>
1111
12-
<p class="description">
12+
<p class="description use-tn-links">
1313
${t("custom_date_time_format.description")}
1414
</p>
1515

0 commit comments

Comments
 (0)