build fix started

This commit was merged in pull request #17.
This commit is contained in:
victorAnumudu
2024-08-07 18:49:29 +01:00
parent 63ffaba8f4
commit 61793d5d0e
38 changed files with 248 additions and 223 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import React from 'react';
import Image from 'next/image';
function ProjectHomeOne() {
return (
@@ -29,7 +30,7 @@ function ProjectHomeOne() {
</div>
</div>
<div className="appie-project-thumb">
<img src="assets/images/project-thumb.png" alt="" />
<Image width='auto' height='auto' src="assets/images/project-thumb.png" alt="" />
</div>
</div>
</div>