Skip to content

Commit a6358dc

Browse files
committed
Update stoman username
1 parent 6055bc1 commit a6358dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/components/shared/AppFooter.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const socialLinks = [
1111
{
1212
id: 1,
1313
icon: <FiGithub />,
14-
url: 'https://github.com/NangialaiStoman',
14+
url: 'https://github.com/realstoman',
1515
},
1616
{
1717
id: 2,
1818
icon: <FiTwitter />,
19-
url: 'https://twitter.com/NangialaiStoman',
19+
url: 'https://twitter.com/realstoman',
2020
},
2121
{
2222
id: 3,
@@ -26,12 +26,12 @@ const socialLinks = [
2626
{
2727
id: 4,
2828
icon: <FiInstagram />,
29-
url: 'https://instagram.com/NangialaiStoman',
29+
url: 'https://instagram.com/realstoman',
3030
},
3131
{
3232
id: 5,
3333
icon: <FiFeather />,
34-
url: 'https://behance.net/NangialaiStoman',
34+
url: 'https://behance.net/realstoman',
3535
},
3636
];
3737

@@ -66,7 +66,7 @@ const AppFooter = () => {
6666
<div className="text-lg text-ternary-dark dark:text-ternary-light">
6767
&copy; 2021
6868
<Link
69-
to="https://github.com/NangialaiStoman/react-tailwindcss-portfolio"
69+
to="https://github.com/realstoman/react-tailwindcss-portfolio"
7070
className="hover:underline ml-1"
7171
>
7272
React & TailwindCSS Portfolio

src/data/singleProjectData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ export const singleProjectData = {
106106
id: 1,
107107
name: 'Twitter',
108108
icon: <FiTwitter />,
109-
url: 'https://twitter.com/NangialaiStoman',
109+
url: 'https://twitter.com/realstoman',
110110
},
111111
{
112112
id: 2,
113113
name: 'Instagram',
114114
icon: <FiInstagram />,
115-
url: 'https://instagram.com/NangialaiStoman',
115+
url: 'https://instagram.com/realstoman',
116116
},
117117
{
118118
id: 3,

0 commit comments

Comments
 (0)