Skip to content

Commit

Permalink
Merge pull request kunjgit#2278 from gobbledy-gook/main
Browse files Browse the repository at this point in the history
New tab Issue Fixed
  • Loading branch information
kunjgit authored Jul 5, 2023
2 parents dd6b273 + 6638d99 commit c133e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const generateLiTags = (gamesData) => {

const liTag = `
<li class="project-item active" data-filter-item data-category="open source">
<a href="./Games/${gameUrl}">
<a href="./Games/${gameUrl}" target = "_blank">
<figure class="project-img">
<div class="project-item-icon-box">
<img id="joystick" src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Activities/Video%20Game.png" alt="Eye" width="3" />
Expand Down

0 comments on commit c133e42

Please sign in to comment.