Skip to content

Commit

Permalink
Linting extra spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
RONAK-AI647 committed Nov 21, 2024
1 parent b6e9a94 commit 493e897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/KBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
class="krouter-item"
:text="crumb.text"
:to="crumb.link"
:title ="crumb.text"
:title="crumb.text"
>
<template #text="{ text }">
<span class="breadcrumbs-crumb-text" dir="auto" :title="text">{{ text }}</span>
</template>
</KRouterLink>
<span v-else dir="auto" :title="crumb.text">{{ crumb.text }}</span>
<span v-else dir="auto" :title="crumb.text">{{ crumb.text }}</span>
</li>
</ol>
</div>
Expand Down

0 comments on commit 493e897

Please sign in to comment.