Skip to content

Commit a8774b8

Browse files
committed
contentHeaderに残ってたdetailを消した
1 parent f032357 commit a8774b8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/Layout/ContentHeader.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ type HeaderText = {
1010
interface Props {
1111
iconName: string
1212
headerTexts: Array<HeaderText>
13-
detail: string
1413
}
1514
const props = defineProps<Props>()
1615
</script>
@@ -43,9 +42,6 @@ const props = defineProps<Props>()
4342
<span v-else>{{ headerText.title }}</span>
4443
</template>
4544
</h1>
46-
<p :class="$style.detail">
47-
{{ props.detail }}
48-
</p>
4945
</div>
5046
</template>
5147

@@ -76,9 +72,4 @@ const props = defineProps<Props>()
7672
.chevron {
7773
display: flex;
7874
}
79-
80-
.detail {
81-
color: $color-secondary;
82-
font-size: 0.875rem;
83-
}
8475
</style>

0 commit comments

Comments
 (0)