Skip to content

Commit 890c7a9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4b4f3c3 commit 890c7a9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/portfolio.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ const illustration = {
2020
};
2121

2222
// User Information
23-
const username = 'saadpasta';
24-
const first_name = 'Saad';
25-
const last_name = 'Pasta';
26-
const email = 'saadpasta70@gmail.com';
27-
const fb_username = 'saad.pasta7';
28-
const stackoverflow_user = '10422806/saad-pasta';
29-
const resume_link = 'https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing';
23+
const username = "saadpasta";
24+
const first_name = "Saad";
25+
const last_name = "Pasta";
26+
const email = "saadpasta70@gmail.com";
27+
const fb_username = "saad.pasta7";
28+
const stackoverflow_user = "10422806/saad-pasta";
29+
const resume_link =
30+
"https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing";
3031

3132
const greeting = {
3233
username: `${first_name} ${last_name}`,

0 commit comments

Comments
 (0)