Skip to content

Commit 41f1f5c

Browse files
chore: remove wrong titles
1 parent 7773c4a commit 41f1f5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/2-Clients/WebApp/Pages/Website/Shared/Footer.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
</a>
2525
</div>
2626

27-
<a href="/terms-of-service" class="text-secondary text-decoration-none" title="GitHub" style="font-size: 0.7rem; transition: color 0.3s ease;">
27+
<a href="/terms-of-service" class="text-secondary text-decoration-none" style="font-size: 0.7rem; transition: color 0.3s ease;">
2828
@WebAppLocalizer[WebAppResource.TermsOfService] |
2929
</a>
30-
<a href="/privacy-policy" class="text-secondary text-decoration-none" title="Discord" style="font-size: 0.7rem; transition: color 0.3s ease;">
30+
<a href="/privacy-policy" class="text-secondary text-decoration-none" style="font-size: 0.7rem; transition: color 0.3s ease;">
3131
@WebAppLocalizer[WebAppResource.PrivacyPolicy]
3232
</a>
3333

0 commit comments

Comments
 (0)