Skip to content

Commit abbee77

Browse files
committed
x update
1 parent 0bf3044 commit abbee77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Page/Connect.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ const Connect = () => {
12191219
id: 'twitter',
12201220
name: 'Twitter',
12211221
description: 'Follow us on Twitter',
1222-
url: 'https://twitter.com/devdisplay_',
1222+
url: 'https://twitter.com/DevDisplayOrg',
12231223
icon: <SiX />,
12241224
bgColor: '#000000',
12251225
iconColor: '#fff',

src/Page/Contribution.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ const Contribution = () => {
234234
</li>
235235
<li>
236236
<strong>Twitter:</strong>{' '}
237-
<a href="https://twitter.com/devdisplay_" className="text-[#00a6fb] underline">
238-
https://twitter.com/devdisplay_
237+
<a href="https://x.com/DevDisplayOrg" className="text-[#00a6fb] underline">
238+
https://x.com/DevDisplayOrg
239239
</a>
240240
</li>
241241
<li>

0 commit comments

Comments
 (0)