Skip to content

Commit

Permalink
fix: Resolve issue #1837 (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabrandt committed Oct 3, 2023
1 parent 6d0c6bf commit a50306f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ let cards = [
},
{
artName: "Mr. A's Amimation",
pageLink: './Art/Mr.A-Animation/index.html',
imageLink: './Art/Mr.A-Animation/Animation.gif',
pageLink: './Art/MrA-Animation/index.html',
imageLink: './Art/MrA-Animation/Animation.gif',
author: 'Mr. AnkitR',
githubLink: 'https://github.com/MrARawal'
},
Expand Down Expand Up @@ -113,8 +113,8 @@ let cards = [
},
{
artName: 'Simple Mexican Flag',
pageLink: './Art/index.html',
imageLink: './Art/novak.gif',
pageLink: './Art/jnovak5/index.html',
imageLink: './Art/jnovak5/novak.gif',
author: 'Jnovak5',
githubLink: 'https://github.com/jnovak5'
},
Expand Down

0 comments on commit a50306f

Please sign in to comment.