Skip to content

Commit

Permalink
feat: change projects images
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Feb 24, 2024
1 parent e4107e0 commit ad733c4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
Binary file removed public/projects/audiophile.png
Binary file not shown.
4 changes: 4 additions & 0 deletions public/projects/audiophile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/projects/nextstarter.png
Binary file not shown.
4 changes: 4 additions & 0 deletions public/projects/nextstarter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/projects/socialhub.png
Binary file not shown.
4 changes: 4 additions & 0 deletions public/projects/socialhub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/lib/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const links = [

export const projectsData = [
{
image: '/projects/socialhub.png',
image: '/projects/socialhub.svg',
title: 'SocialHub',
description:
'Next-generation social media app, built with its own backend.',
Expand All @@ -36,7 +36,7 @@ export const projectsData = [
},
},
{
image: '/projects/nextstarter.png',
image: '/projects/nextstarter.svg',
title: 'Next-starter',
description: 'Next.js starter template, packed with useful features.',
technologies: [
Expand All @@ -53,7 +53,7 @@ export const projectsData = [
},
},
{
image: '/projects/audiophile.png',
image: '/projects/audiophile.svg',
title: 'Audiophile',
description: 'Online store specializing in headphones and speakers.',
technologies: [
Expand Down

0 comments on commit ad733c4

Please sign in to comment.