refactor(channel-monitor): remove INTELLIGENCE MONITOR hero title
Subtitle + breadcrumb already convey context; the giant h1 was visual noise. Drops orphan i18n key `channelStatus.hero.title` and shrinks hero section vertical padding accordingly. Bump VERSION to 0.1.114.26
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
<template>
|
||||
<section class="pt-8 pb-10 md:pb-14">
|
||||
<section class="pt-6 pb-6 md:pb-8">
|
||||
<div class="text-xs font-medium tracking-widest uppercase text-gray-400 dark:text-gray-500 mb-4">
|
||||
{{ t('channelStatus.hero.breadcrumb') }}
|
||||
</div>
|
||||
<div class="flex flex-col gap-6 md:flex-row md:items-end md:justify-between">
|
||||
<div class="min-w-0">
|
||||
<h1
|
||||
class="text-5xl md:text-6xl xl:text-7xl font-bold leading-[1.05] tracking-tight text-gray-900 dark:text-gray-50"
|
||||
>
|
||||
{{ t('channelStatus.hero.title') }}
|
||||
</h1>
|
||||
<p class="mt-4 text-sm md:text-base text-gray-500 dark:text-gray-400 max-w-xl">
|
||||
<p class="text-sm md:text-base text-gray-500 dark:text-gray-400 max-w-xl">
|
||||
{{ t('channelStatus.hero.subtitleZh') }}
|
||||
</p>
|
||||
<p class="mt-1 text-xs md:text-sm italic opacity-80 text-gray-500 dark:text-gray-400 max-w-xl">
|
||||
|
||||
Reference in New Issue
Block a user