Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Last minute fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mafrans committed Apr 9, 2020
1 parent 2ed2609 commit 6eaa25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StoreFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class StoreFilter extends Component {
Object.keys(map).forEach((key: string) => {
const entry = connection[map[key]];

const element: HTMLElement = document.createElement('div');
const element: HTMLElement = document.createElement('a');
element.classList.add('stadiaplus_storefilter-game');
element.innerHTML = `
<img src='https://loremflickr.com/640/360'>
Expand Down

0 comments on commit 6eaa25c

Please sign in to comment.