Skip to content

Commit a5bb898

Browse files
committed
Update AI Comparison Showcase image import
Changed the import for aiComparisonShowcaseImg to use 'aicomparisonshowcase3.webp' instead of 'aicomparisonshowcase.webp'. Rookie error! At least can fully test the new GitHub pages deployment pipeline now it is working correctly.
1 parent ebb7201 commit a5bb898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ProjectsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import bigBangGalleryImg from '../images/bigbanggallery.webp';
2020
import pythonProjectsImg from '../images/pythonprojects.webp';
2121
import versionTimeTravelImg from '../images/versiontimetravel.webp';
2222
import newsperspectiveImg from '../images/newsperspective.webp';
23-
import aiComparisonShowcaseImg from '../images/aicomparisonshowcase.webp';
23+
import aiComparisonShowcaseImg from '../images/aicomparisonshowcase3.webp';
2424

2525
interface Project {
2626
id: string;

0 commit comments

Comments
 (0)