0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

🐛 Fix twitter feedback link

Refers to unexisting PenpotSupport Twitter account

Signed-off-by: Kevin Nowald <kevin@nowald.pl>
This commit is contained in:
Kevin Nowald 2022-10-02 22:44:45 +02:00 committed by Andrey Antukh
parent a4bbb43555
commit 0680d25fd7
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# CHANGELOG
## :rocket: 1.16.0-beta
## :rocket: Next (1.17)
### :boom: Breaking changes & Deprecations
### :sparkles: New features
@ -8,6 +8,8 @@
- Fix shortcut texts alignment [Taiga #4275](https://tree.taiga.io/project/penpot/issue/4275)
- Fix some texts and a typo [Taiga #4215](https://tree.taiga.io/project/penpot/issue/4215)
- Fix twitter support account link [Taiga #4279](https://tree.taiga.io/project/penpot/issue/4279)
### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!)

View file

@ -93,7 +93,7 @@
[:p (tr "feedback.twitter-subtitle1")]
[:a.btn-secondary.btn-large
{:href "https://twitter.com/PenpotSupport" :target "_blank"}
{:href "https://twitter.com/penpotapp" :target "_blank"}
(tr "feedback.twitter-go-to")]
]))