Skip to content

Commit

Permalink
Replace twitter logo with x
Browse files Browse the repository at this point in the history
Replace twitter logo with x
  • Loading branch information
pkong-ds authored May 22, 2024
2 parents 672e2e8 + 3180a2a commit e852af3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
8 changes: 8 additions & 0 deletions public/Images/x-icon-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Images/x-icon-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ const social_icon = "/Images/mockuphone-logo.png";
/>
</a>
<a
href="https://twitter.com/intent/tweet?utm_source=twitter_web_centreButton&utm_medium=twitter&utm_campaign=twitter_web_centreButton&url=https://mockuphone.com/&via=oursky&text=One click to wrap your app screenshots in device mockup!"
href="https://x.com/intent/tweet?utm_source=twitter_web_centreButton&utm_medium=twitter&utm_campaign=twitter_web_centreButton&url=https://mockuphone.com/&via=oursky&text=One click to wrap your app screenshots in device mockup!"
>
<Image
class="header__share-twitter"
src="/Images/twitter-icon-black.svg"
alt="twitter-icon-black.svg"
src="/Images/x-icon-black.svg"
alt="x-icon-black.svg"
format="svg"
width={16}
height={16}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ import ErrorPage from "../components/ErrorPage.astro";
</li>
<li class="share-social-item">
<a
href="https://twitter.com/intent/tweet?utm_source=twitter_web_centreButton&utm_medium=twitter&utm_campaign=twitter_web_centreButton&url=https://mockuphone.com/&via=oursky&text=One click to wrap your app screenshots in device mockup!"
href="https://x.com/intent/tweet?utm_source=twitter_web_centreButton&utm_medium=twitter&utm_campaign=twitter_web_centreButton&url=https://mockuphone.com/&via=oursky&text=One click to wrap your app screenshots in device mockup!"
>
<img src="/Images/twitter-icon-blue.svg" />
<img src="/Images/x-icon-circle.svg" />
</a>
</li>
</ul>
Expand Down

0 comments on commit e852af3

Please sign in to comment.