Skip to content

Commit

Permalink
remove info icon from kcards in lesson resource selection
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Feb 7, 2025
1 parent f676591 commit 743a6af
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
:tooltip="coreString('savedFromBookmarks')"
@click.stop="isBookmarked = !isBookmarked"
/>

<KIconButton
icon="infoOutline"
size="mini"
:color="$themePalette.grey.v_700"
:ariaLabel="coreString('viewInformation')"
:tooltip="coreString('viewInformation')"
@click.stop="$emit('toggleInfo')"
/>
</div>
</template>
</KCard>
Expand Down

0 comments on commit 743a6af

Please sign in to comment.