Skip to content

Commit

Permalink
Remove Scroll from Home
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik committed Jan 16, 2025
1 parent fb50993 commit a8a7bd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Intro from '@/content/Intro'
import kolbordPreview from '@/content/kolbord/images/kolbord-home.jpg'
import martinPreview from '@/content/martin/images/martin-home.jpg'
import mhdPreview from '@/content/mhd/images/mhd-home.jpg'
import thankPreview from '@/content/thankful/images/thank-home.jpg'
import vkjbPreview from '@/content/vkjb/images/vkjb-home.jpg'

const Home = () => {
Expand All @@ -17,7 +16,6 @@ const Home = () => {
src={mhdPreview}
/>
<WorkPreviewTile title="Kolbord" link="/work/kolbord" src={kolbordPreview} />
<WorkPreviewTile title="Thankful" link="/work/thankful" src={thankPreview} />
<WorkPreviewTile title="Public library in Košice" link="/work/library" src={vkjbPreview} />
<WorkPreviewTile title="Hospital in Martin" link="/work/martin" src={martinPreview} />
</div>
Expand Down

0 comments on commit a8a7bd7

Please sign in to comment.