Skip to content

Commit

Permalink
replace twitter accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Apr 13, 2023
1 parent fd4e74c commit 5864d2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>Great to see you here!</h1> <br> Welcome to the community :tada: <br> Thank you for your valuable contributions! 🚀 We appreciate each and every contribution! 😄 <br> <h2>Join our amazing community 📢</h2> <br> Join our community to learn more about Blockchain, Web3, Dapps, and so much more 💻 <br><br> Here you can find all of our socials! 🐦 Share them with your friends and everyone you know. <br><br> - <a href="https://discord.gg/VwJp4KM">Discord server</a><br> - <a href="http://twitter.com/devprtcl">Twitter</a><br> - <a href="https://www.linkedin.com/company/dev-protocol">LinkedIn</a><br> - <a href="https://t.me/devprotocol">Telegram</a><br> - <a href="https://www.youtube.com/channel/UCN7m74tFgJJnoGL4zk6aJ6g">YouTube</a><br> - <a href="https://www.facebook.com/DevProtocol.xyz/">Facebook</a><br><br> We hope to see you there! 😁'
pr-message: '<h1>Great to see you here!</h1> <br><br> Welcome to the community :tada: <br> Thank you for your valuable contributions! 🚀 We appreciate each and every contribution! 😄 <br><br> <h2>Join our amazing community 📢</h2> <br><br> Join our community to learn more about Blockchain, Web3, Dapps, and so much more 💻 <br><br> Here you can find all of our socials! 🐦 Share them with your friends and everyone you know. <br><br> - <a href="https://discord.gg/VwJp4KM">Discord server</a> <br> - <a href="http://twitter.com/devprtcl">Twitter</a><br> - <a href="https://www.linkedin.com/company/dev-protocol">LinkedIn</a><br> - <br> - <a href="https://t.me/devprotocol">Telegram</a><br> - a href="https://www.youtube.com/channel/UCN7m74tFgJJnoGL4zk6aJ6g">YouTube</a><br> <a href="https://www.facebook.com/DevProtocol.xyz/">Facebook</a>- <br><br> We hope to see you there! 😁'
issue-message: '<h1>Great to see you here!</h1> <br> Welcome to the community :tada: <br> Thank you for your valuable contributions! 🚀 We appreciate each and every contribution! 😄 <br> <h2>Join our amazing community 📢</h2> <br> Join our community to learn more about Blockchain, Web3, Dapps, and so much more 💻 <br><br> Here you can find all of our socials! 🐦 Share them with your friends and everyone you know. <br><br> - <a href="https://discord.gg/VwJp4KM">Discord server</a><br> - <a href="http://twitter.com/poweredbyClubs">Twitter</a><br> - <a href="https://www.linkedin.com/company/dev-protocol">LinkedIn</a><br> - <a href="https://t.me/devprotocol">Telegram</a><br> - <a href="https://www.youtube.com/channel/UCN7m74tFgJJnoGL4zk6aJ6g">YouTube</a><br> - <a href="https://www.facebook.com/DevProtocol.xyz/">Facebook</a><br><br> We hope to see you there! 😁'
pr-message: '<h1>Great to see you here!</h1> <br><br> Welcome to the community :tada: <br> Thank you for your valuable contributions! 🚀 We appreciate each and every contribution! 😄 <br><br> <h2>Join our amazing community 📢</h2> <br><br> Join our community to learn more about Blockchain, Web3, Dapps, and so much more 💻 <br><br> Here you can find all of our socials! 🐦 Share them with your friends and everyone you know. <br><br> - <a href="https://discord.gg/VwJp4KM">Discord server</a> <br> - <a href="http://twitter.com/poweredbyClubs">Twitter</a><br> - <a href="https://www.linkedin.com/company/dev-protocol">LinkedIn</a><br> - <br> - <a href="https://t.me/devprotocol">Telegram</a><br> - a href="https://www.youtube.com/channel/UCN7m74tFgJJnoGL4zk6aJ6g">YouTube</a><br> <a href="https://www.facebook.com/DevProtocol.xyz/">Facebook</a>- <br><br> We hope to see you there! 😁'
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
alt="GitHub icon"
/>
</a>
<a href="https://twitter.com/devprtcl">
<a href="https://twitter.com/poweredbyClubs">
<img
class="w-6 pt-1 brightness-0 invert filter"
src="/assets/twitter.svg"
Expand Down
5 changes: 4 additions & 1 deletion src/components/Global/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
completely on-chain, 100% composable middleware protocol.
</p>
<div class="flex mt-6">
<a href="https://twitter.com/devprtcl" title="Follow us on Twitter">
<a
href="https://twitter.com/poweredbyClubs"
title="Follow us on Twitter"
>
<img src="/assets/twitter.svg" alt="twitter_logo" />
</a>
<a href="https://medium.com/devprtcl" title="Follow us on Medium">
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const { metaTitle } = Astro.props
content="Decentralized funding, Social tokens, DAOs and everything you need for a sustainable creator economy is here.👾"
/>
<meta property="og:site_name" content="Dev Protocol" />
<meta name="twitter:site" content="@devprtcl" />
<meta name="twitter:creator" content="@devprtcl" />
<meta name="twitter:site" content="@poweredbyClubs" />
<meta name="twitter:creator" content="@poweredbyClubs" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content={metaTitle} />
<meta
Expand Down

1 comment on commit 5864d2f

@vercel
Copy link

@vercel vercel bot commented on 5864d2f Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.