Skip to content

Commit

Permalink
chore: update social media links (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Nov 26, 2024
1 parent 81512ee commit 4208a94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Electron Releases</title>
<meta name="twitter:site" content="@ElectronJS" />
<link
rel="shortcut icon"
href="https://www.electronjs.org/images/favicon.ico"
Expand Down Expand Up @@ -57,7 +56,7 @@
<footer>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
<ul style="list-style: none; padding-left: 0; text-align: center;">
<li style="display: inline-block;"><a href="https://twitter.com/electronjs" rel="noopener noreferrer">Twitter</a></li>
<li style="display: inline-block;"><a href="https://bsky.app/profile/electronjs.org" rel="noopener noreferrer">Bluesky</a></li>
<li style="display: inline-block;"><a href="https://github.com/electron/electron" rel="noopener noreferrer">Repository</a></li>
</ul>
<div>
Expand Down

0 comments on commit 4208a94

Please sign in to comment.