Skip to content

Commit 75a7fae

Browse files
committed
Change to jpg
1 parent 5c1f26b commit 75a7fae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const name = `${firstName} ${lastName}`;
1111

1212
// Used for the landing page & footer of posts
1313
import avatar from '$lib/assets/cv_img_crop.jpg';
14-
import homepage from '$lib/assets/page_icon.png';
14+
import homepage from '$lib/assets/page_icon.jpg';
1515

1616
export { avatar, homepage };
1717

@@ -28,4 +28,4 @@ export const github = 'socketopp';
2828
export const twitter = 'socketopp';
2929
export const linkedin = '/in/sokrates-lamprou-93086264/';
3030
export const instagram = '';
31-
export const resume = undefined;
31+
export const resume = '';

0 commit comments

Comments
 (0)