mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
fix tweet text n url
This commit is contained in:
@@ -606,7 +606,7 @@
|
||||
<a
|
||||
class="hint--top-right ml-1"
|
||||
data-hint="Share on Twitter"
|
||||
href="https://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground!&via=webmakerApp&related=webmakerApp"
|
||||
href="https://twitter.com/share?url=https://webmaker.app&text=Web Maker - A blazing fast %26 offline frontend playground!&via=webmakerApp&related=webmakerApp"
|
||||
target="_blank"
|
||||
class="tweet-link"
|
||||
>Share</a
|
||||
@@ -654,7 +654,7 @@
|
||||
<a
|
||||
class="hint--bottom-left"
|
||||
data-hint="Share on Twitter"
|
||||
href="https://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground!&via=webmakerApp&related=webmakerApp"
|
||||
href="https://twitter.com/share?url=https://webmaker.app&text=Web Maker - A blazing fast %26 offline frontend playground!&via=webmakerApp&related=webmakerApp"
|
||||
target="_blank"
|
||||
class="tweet-link"
|
||||
>
|
||||
|
@@ -108,7 +108,7 @@ export const Footer = props => {
|
||||
<a
|
||||
class="footer__link hint--rounded hint--top-right"
|
||||
aria-label={i18n._(t`Tweet about 'Web Maker'`)}
|
||||
href="http://twitter.com/share?url=https://webmaker.app/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,frontend,playground,offline"
|
||||
href="http://twitter.com/share?url=https://webmaker.app&text=Web Maker - A blazing fast %26 offline frontend playground! via @webmakerApp&related=webmakerApp&hashtags=web,frontend,playground,offline"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
@@ -65,7 +65,7 @@ export function HelpModal(props) {
|
||||
</p>
|
||||
<p style={{ display: 'flex', gap: '0.5rem', flexWrap: 'wrap' }}>
|
||||
<a
|
||||
href="http://twitter.com/share?url=https://webmaker.app/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,frontend,playground,offline"
|
||||
href="http://twitter.com/share?url=https://webmaker.app&text=Web Maker - A blazing fast %26 offline frontend playground! via @webmakerApp&related=webmakerApp&hashtags=web,frontend,playground,offline"
|
||||
rel="noopener noreferrer"
|
||||
class="btn btn-icon"
|
||||
>
|
||||
|
Reference in New Issue
Block a user