fix link to mastodon account
This commit is contained in:
parent
493ee2778d
commit
902358a022
|
@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## [2.8.5 - 2019-12-25]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed link to Mastodon account
|
||||||
|
|
||||||
## [2.8.4 - 2019-11-21]
|
## [2.8.4 - 2019-11-21]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -27,7 +27,7 @@ const AboutScreen: React.FC = () => (
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can follow the project on{" "}
|
You can follow the project on{" "}
|
||||||
<a href="https://x0r.be/@fediversespace" target="_blank" rel="noopener noreferrer">
|
<a href="https://mastodon.social/@fediversespace" target="_blank" rel="noopener noreferrer">
|
||||||
Mastodon
|
Mastodon
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue