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
|
<a
|
||||||
class="hint--top-right ml-1"
|
class="hint--top-right ml-1"
|
||||||
data-hint="Share on Twitter"
|
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"
|
target="_blank"
|
||||||
class="tweet-link"
|
class="tweet-link"
|
||||||
>Share</a
|
>Share</a
|
||||||
@@ -654,7 +654,7 @@
|
|||||||
<a
|
<a
|
||||||
class="hint--bottom-left"
|
class="hint--bottom-left"
|
||||||
data-hint="Share on Twitter"
|
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"
|
target="_blank"
|
||||||
class="tweet-link"
|
class="tweet-link"
|
||||||
>
|
>
|
||||||
|
@@ -108,7 +108,7 @@ export const Footer = props => {
|
|||||||
<a
|
<a
|
||||||
class="footer__link hint--rounded hint--top-right"
|
class="footer__link hint--rounded hint--top-right"
|
||||||
aria-label={i18n._(t`Tweet about 'Web Maker'`)}
|
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"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@@ -65,7 +65,7 @@ export function HelpModal(props) {
|
|||||||
</p>
|
</p>
|
||||||
<p style={{ display: 'flex', gap: '0.5rem', flexWrap: 'wrap' }}>
|
<p style={{ display: 'flex', gap: '0.5rem', flexWrap: 'wrap' }}>
|
||||||
<a
|
<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"
|
rel="noopener noreferrer"
|
||||||
class="btn btn-icon"
|
class="btn btn-icon"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user