Skip to content

Commit

Permalink
add link to import csv(s) on navmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jan 6, 2024
1 parent 6388121 commit 28f5df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<span style="margin:3;font-Size:24pt">🔭</span>&nbsp;Help/FAQ
</NavLink>
</div>
<div class="nav-item px-2">
<NavLink class="nav-link" href="/import-accounts">
<span style="margin:3;font-Size:24pt">⬆️</span>&nbsp;Import CSV(s)
</NavLink>
</div>
<div class="nav-item px-2">
<NavLink class="nav-link" href="/portfolio-review">
<span style="margin:3;font-Size:24pt">🧐</span>&nbsp;Portfolio Review
Expand Down
2 changes: 1 addition & 1 deletion wwwroot/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST

# Version 1.0104
# Version 1.0105

NETWORK:
*

0 comments on commit 28f5df8

Please sign in to comment.