Skip to content

Commit

Permalink
refactor: rename content to terminal-content for no confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrinsieboy committed Jan 15, 2024
1 parent 787a0d4 commit b3b3ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/vue/components/terminal-scan.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<Box :direction="direction">
<div class="content">
<div class="terminal-content">
<Icon v-if="text" icon="scan-icon" size="52px" />
<span v-if="text" class="text">{{ text }}</span>
</div>
Expand Down Expand Up @@ -60,7 +60,7 @@
</script>
<style lang="scss">
.content {
.terminal-content {
display: flex;
align-items: center;
flex-direction: row;
Expand Down

0 comments on commit b3b3ac0

Please sign in to comment.