Skip to content

Commit

Permalink
If a boat is selected, use it for the compare view
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Sep 21, 2024
1 parent 70285d6 commit 7fceddd
Show file tree
Hide file tree
Showing 3 changed files with 19,988 additions and 3 deletions.
19,987 changes: 19,986 additions & 1 deletion site/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $: {
<BoatSelect bind:sailnumber />
</li>
{/if}
<li class="nav-item"><a href="#compare" class="nav-link">Compare boats</a></li>
<li class="nav-item"><a href="#compare-{sailnumber || ''}" class="nav-link">Compare boats</a></li>
<li class="nav-item"><a href="#customplot" class="nav-link">Plot custom CSV</a></li>
</ul>

Expand Down

0 comments on commit 7fceddd

Please sign in to comment.