We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf3044 commit abbee77Copy full SHA for abbee77
2 files changed
src/Page/Connect.jsx
@@ -1219,7 +1219,7 @@ const Connect = () => {
1219
id: 'twitter',
1220
name: 'Twitter',
1221
description: 'Follow us on Twitter',
1222
- url: 'https://twitter.com/devdisplay_',
+ url: 'https://twitter.com/DevDisplayOrg',
1223
icon: <SiX />,
1224
bgColor: '#000000',
1225
iconColor: '#fff',
src/Page/Contribution.jsx
@@ -234,8 +234,8 @@ const Contribution = () => {
234
</li>
235
<li>
236
<strong>Twitter:</strong>{' '}
237
- <a href="https://twitter.com/devdisplay_" className="text-[#00a6fb] underline">
238
- https://twitter.com/devdisplay_
+ <a href="https://x.com/DevDisplayOrg" className="text-[#00a6fb] underline">
+ https://x.com/DevDisplayOrg
239
</a>
240
241
0 commit comments