Skip to content

Commit

Permalink
Fix header social media icons non-clickable & a.target behavior
Browse files Browse the repository at this point in the history
Fix header social media icons non-clickable & a.target behavior
  • Loading branch information
pkong-ds authored Jul 4, 2024
2 parents a0ca299 + c37a282 commit 4825a0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ const {
<a
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!"
class="header__share-twitter-link"
target="_blank"
>
<Image
class="header__share-twitter"
Expand Down
1 change: 1 addition & 0 deletions src/pages/download.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ import ErrorPage from "../components/ErrorPage.astro";
<li class="share-social-item">
<a
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!"
target="_blank"
>
<img src="/Images/x-icon-circle.svg" />
</a>
Expand Down
1 change: 1 addition & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ figure {
display: flex;
margin-left: auto;
flex: none;
z-index: 10;
}

.header__share-small {
Expand Down

0 comments on commit 4825a0d

Please sign in to comment.