Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGytis committed Jul 15, 2024
1 parent a660e83 commit 4bd28f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import braintech from '../../public/images/projects/braintech.jpg';
import gridster from '../../public/images/projects/gridster.jpg';
import ip_royal from '../../public/images/projects/ip_royal.jpg';
import futbolo_batai from '../../public/images/projects/futbolo_batai.jpg';
import images_hub from '../../public/images/projects/imged.jpg';
import images_hub from '../../public/images/projects/imageshub.jpg';
import checkouter from '../../public/images/projects/checkouter.jpg';
import brofinity from '../../public/images/projects/brofinity.jpg';

Expand Down Expand Up @@ -41,7 +41,7 @@ const Projecs: any = () => {
<ProjectWrapper
title="ImagesHub"
imageSrc={images_hub}
link="https://github.com/LeoGytis/ImagesHub"
link="https://leogytis.github.io/imageshub/"
description="Project fetches images with Flickr API, implementing both infinite scroll and lazy loading for seamless browsing. It was tested with Jest and includes lazy loading, ensuring images load only when visible on the screen. Users can also favorite items, with favorites persisting across sessions. The design closely mirrors provided screenshots, including hover states."
tags={['HTML', 'CSS', 'REST API', 'Jest', 'React', 'TypeScript']}
/>
Expand Down

0 comments on commit 4bd28f8

Please sign in to comment.