powered-by-discourse should link to /about instead (#26930)

This commit is contained in:
Rishabh 2024-05-08 14:15:08 +05:30 committed by GitHub
parent 7155682dc1
commit a20e0ef0b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import icon from "discourse-common/helpers/d-icon";
import i18n from "discourse-common/helpers/i18n"; import i18n from "discourse-common/helpers/i18n";
const PoweredByDiscourse = <template> const PoweredByDiscourse = <template>
<a class="powered-by-discourse" href="https://discourse.org"> <a class="powered-by-discourse" href="https://discourse.org/about">
<span class="powered-by-discourse__content"> <span class="powered-by-discourse__content">
<span class="powered-by-discourse__logo"> <span class="powered-by-discourse__logo">
{{icon "fab-discourse"}} {{icon "fab-discourse"}}