Skip to content

Commit

Permalink
remove captured icon bar, replace with standard
Browse files Browse the repository at this point in the history
  • Loading branch information
edeleastar committed Dec 16, 2024
1 parent b361b62 commit e17378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ui/navigators/SecondaryNavigator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div
class="bg-primary-200 {otherDivClass} my-2 ml-2 mr-10 flex hidden rounded-lg bg-opacity-80 sm:flex lg:flex"
>
<CapturedIconBar nav={currentCourse?.value?.wallBar} />
<IconBar nav={currentCourse?.value?.wallBar} />
</div>
{/if}
</div>
Expand Down

0 comments on commit e17378b

Please sign in to comment.