Skip to content

Commit

Permalink
Update projects.js
Browse files Browse the repository at this point in the history
fix casing
  • Loading branch information
ikhsan3adi committed May 20, 2024
1 parent dcc686f commit 7283b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/api/projects/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const githubApiLink = 'https://api.github.com/repos/ikhsan3adi';
const initialProjects = [
{
id: 'backtix',
name: 'BackTix - Event & Ticketing app',
name: 'BackTix - Event & Ticketing App',
url: `${githubApiLink}/backtix`,
description: '',
imageUrl: 'https://github.com/ikhsan3adi/backtix/raw/main/assets/social_preview.png',
Expand Down Expand Up @@ -55,7 +55,7 @@ const initialProjects = [
},
{
id: 'portfolio-website',
name: 'Portfolio website',
name: 'Portfolio Website',
url: `${githubApiLink}/ikhsan3adi.github.io`,
description: '',
imageUrl: 'https://github.com/ikhsan3adi/ikhsan3adi.github.io/raw/main/images/preview.png',
Expand Down

0 comments on commit 7283b13

Please sign in to comment.