mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
Changed back button label
refs https://github.com/TryGhost/Team/issues/1559
This commit is contained in:
parent
77272bcc9a
commit
c61860742d
@ -5,7 +5,7 @@ export default class SiteTitleBackButton extends React.Component {
|
||||
static contextType = AppContext;
|
||||
|
||||
render() {
|
||||
const {site} = this.context;
|
||||
// const {site} = this.context;
|
||||
return (
|
||||
<>
|
||||
<button
|
||||
@ -17,7 +17,7 @@ export default class SiteTitleBackButton extends React.Component {
|
||||
this.context.onAction('closePopup');
|
||||
}
|
||||
}}>
|
||||
← {site.title}
|
||||
<span>← </span> Back
|
||||
</button>
|
||||
</>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user