add a link to the game itself
This commit is contained in:
parent
98397bfbc6
commit
cc3d4c1474
@ -17,11 +17,14 @@
|
||||
{/if}
|
||||
<strong>
|
||||
<a
|
||||
name={id}
|
||||
class="game-desc"
|
||||
target="_blank"
|
||||
href={`https://boardgamegeek.com/boardgame/${bgg_id}`}>
|
||||
{name}</a>
|
||||
</strong>
|
||||
|
||||
<a href={`https://bgg.babyl.ca/#${id}`}><i>link</i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="s3">
|
||||
@ -90,6 +93,7 @@
|
||||
export let notes = '';
|
||||
export let updated_at = null;
|
||||
export let is_in_cart = false;
|
||||
export let id = '';
|
||||
|
||||
function pretty_date(date) {
|
||||
if (!date) return '';
|
||||
|
Loading…
Reference in New Issue
Block a user