Merge branch 'add-link'

main
Yanick Champoux 2024-02-10 10:25:27 -05:00
commit 06fef791e5
1 changed files with 4 additions and 0 deletions

View File

@ -17,11 +17,14 @@
{/if}
<strong>
<a
name={id}
class="game-desc"
target="_blank"
href={`https://boardgamegeek.com/boardgame/${bgg_id}`}>
{name}</a>
</strong>
&nbsp; &nbsp; &nbsp;
<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 '';