Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP-12923 Fix link not working in textured areas example (#1971)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stichbury <[email protected]>
  • Loading branch information
nzjony authored Nov 16, 2020
1 parent 810c90e commit 7824047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @here/harp-examples/src/styling_textured-areas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export namespace HelloWorldTexturedExample {
}
</style>
<p id="texture-license">Textures by
<a href="https://opengameart.org/content/wall-grass-rock-stone-wood-and-dirt-480">
<a href="https://opengameart.org/content/wall-grass-rock-stone-wood-and-dirt-480" target="_blank">
West</a>.</p>`;
}

Expand Down

0 comments on commit 7824047

Please sign in to comment.