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:
parent
6aca3d72b0
commit
1710c5b54d
3 changed files with 237 additions and 226 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue