We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee8ad4 commit ba97a22Copy full SHA for ba97a22
src/components/Projects.js
@@ -94,6 +94,16 @@ const ProjectsList = [
94
),
95
link: 'https://github.com/codezri/react-native-ecommerce'
96
},
97
+ {
98
+ title: 'PhotoZri',
99
+ image: 'photozri.png',
100
+ description: (
101
+ <>
102
+ PhotoZri is a minimal image editor app that offers basic image editing features.
103
+ </>
104
+ ),
105
+ link: 'https://codezri.org/photozri'
106
+ },
107
];
108
109
function Project({project}) {
static/img/projects/photozri.png
9.14 KB
0 commit comments