mirror of
https://github.com/discourse/discourse.git
synced 2025-05-05 00:44:37 +08:00
powered-by-discourse should link to /about instead (#26930)
This commit is contained in:
parent
7155682dc1
commit
a20e0ef0b6
@ -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"}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user