Skip to content

Commit

Permalink
remove hardcoded numbers from preview-card-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Sep 12, 2024
1 parent e33844c commit b5e2a9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/ui/preview-card/preview-card-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const isEditorLink = (key: string) => !!editorLink.value && (key === 'file' || k
target="_blank"
class="preview-card-footer__tag"
>
12314
<span class="preview-card-footer__tag-key">{{ key }}:</span>
<span class="preview-card-footer__tag-value">{{ value }}</span>
</a>
Expand Down

0 comments on commit b5e2a9b

Please sign in to comment.