Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 9c6a0c1

Browse files
Build ERROR
1 parent 41acb96 commit 9c6a0c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/games/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import '../../styles/globals.css';
1616
<h1 class="get-started-text">Games</h1>
1717
</div>
1818
<div class="search-div">
19-
<<<<<<< HEAD
2019
<input
2120
type="text"
2221
oninput="search_games(this.value)"
@@ -40,7 +39,6 @@ import '../../styles/globals.css';
4039
<option value="shooter">Shooter</option>
4140
<option value="proxied">Proxied</option>
4241
</select>
43-
=======
4442
<input type="text" oninput="search_games(this.value)" placeholder="Search For A Game..." class="search-input"></input>
4543
<select class="search-select" onchange="category_games(this.value)">
4644
<option value="">All</option>

0 commit comments

Comments
 (0)