Skip to content

Commit 7399af8

Browse files
committed
update images url
1 parent 55fb195 commit 7399af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/data.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ export const projects = [
66
subtitle: 'Vanilla JS',
77
description:
88
'The first page that I have created in my career. I thought I would become a Frontend Dev, but it turned out I am coding mostly Java now.',
9-
image: '/src/assets/my-portfolio.png',
9+
image: 'https://i.postimg.cc/Kjj2MxGN/my-portfolio.png',
1010
link: 'https://koderad.github.io/old-portfolio-site/',
1111
},
1212
{
1313
title: 'Dodone - todo list - frontend',
1414
subtitle: 'React + Material-UI',
1515
description:
1616
'A simple Todo List application built with React, Vite, and Material-UI.',
17-
image: 'src/assets/dodone.png',
17+
image: 'https://i.postimg.cc/N08BhdC1/dodone.png',
1818
link: 'https://github.com/KodeRad/dodone-front',
1919
},
2020
{
2121
title: 'Dodone - todo list - backend',
2222
subtitle: 'Java + Spring Boot + mySQL',
2323
description: 'Spring Boot Rest API service',
24-
image: 'src/assets/dodone-back.png',
24+
image: 'https://i.postimg.cc/ZKgT6Byy/dodone-back.png',
2525
link: 'https://github.com/KodeRad/dodone-back',
2626
},
2727
{

0 commit comments

Comments
 (0)