mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 09:55:21 +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";
|
||||
|
||||
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__logo">
|
||||
{{icon "fab-discourse"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user