1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-28 09:19:37 +02:00

Update AdventureCard component to remove commented out code and add exportData function to log page

This commit is contained in:
Sean Morley 2024-04-14 23:47:05 +00:00
parent 6aca3d72b0
commit 1710c5b54d
3 changed files with 237 additions and 226 deletions

View file

@ -128,7 +128,7 @@
<h2 class="card-title overflow-ellipsis">{name}</h2>
<p>{regionId}</p>
<div class="card-actions justify-end">
<button class="btn btn-info" on:click={moreInfo}>More Info</button>
<!-- <button class="btn btn-info" on:click={moreInfo}>More Info</button> -->
{#if !visited}
<button class="btn btn-primary" on:click={markVisited}
>Mark Visited</button