Skip to content

Commit

Permalink
Asterisk added to signal carin tab is "advanced"
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Feb 13, 2025
1 parent b99b488 commit 5d8fb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/app/AddFile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
</TabPane>
{#if $mode === "advanced"}
<TabPane class="sof-tab" tabId="sof" style="padding-top:10px">
<span class="smart-tab" slot="tab">CARIN BB</span>
<span class="smart-tab" slot="tab">*CARIN BB</span>
<FetchCARINBB
on:sof-auth-init={ async ({ detail }) => { preAuthRedirectHandler(detail) } }
on:sof-auth-fail={ async ({ detail }) => { revertPreAuth(detail) }}
Expand Down

0 comments on commit 5d8fb86

Please sign in to comment.