diff options
Diffstat (limited to 'makima/frontend/src/components')
| -rw-r--r-- | makima/frontend/src/components/Masthead.tsx | 6 | ||||
| -rw-r--r-- | makima/frontend/src/components/listen/ControlPanel.tsx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/makima/frontend/src/components/Masthead.tsx b/makima/frontend/src/components/Masthead.tsx index a89977f..6b69433 100644 --- a/makima/frontend/src/components/Masthead.tsx +++ b/makima/frontend/src/components/Masthead.tsx @@ -18,7 +18,7 @@ export function Masthead({ showTicker = false, showNav = true }: MastheadProps) makima.jp </h1> <small className="block text-[#dbe7ff] text-xs tracking-wide"> - Real-time Speech Recognition + Listening System </small> </div> </Link> @@ -29,9 +29,9 @@ export function Masthead({ showTicker = false, showNav = true }: MastheadProps) <div className="absolute inset-y-0 left-0 w-3 bg-gradient-to-b from-[rgba(231,237,247,0.5)] to-transparent" /> <div className="absolute inset-y-0 right-0 w-3 bg-gradient-to-b from-[rgba(231,237,247,0.5)] to-transparent rotate-180" /> <span className="ticker-content"> - /// MAKIMA INFORMATION SERVICE // REAL-TIME STT PLATFORM /// + /// MAKIMA LISTENING SYSTEM // MESH LATTICE FOR CONTESTED DOMAINS /// TRANSPORT: WEBSOCKET /// ENCODING: PCM32F /// STATUS: ONLINE /// - MAKIMA.JP /// MAKIMA INFORMATION SERVICE // REAL-TIME STT PLATFORM + MAKIMA.JP /// MAKIMA LISTENING SYSTEM // MESH LATTICE FOR CONTESTED DOMAINS /// TRANSPORT: WEBSOCKET /// ENCODING: PCM32F /// STATUS: ONLINE /// MAKIMA.JP /// </span> diff --git a/makima/frontend/src/components/listen/ControlPanel.tsx b/makima/frontend/src/components/listen/ControlPanel.tsx index 4d86850..25dbefe 100644 --- a/makima/frontend/src/components/listen/ControlPanel.tsx +++ b/makima/frontend/src/components/listen/ControlPanel.tsx @@ -41,7 +41,7 @@ export function ControlPanel({ const isRequesting = micStatus === "requesting"; return ( - <div className="panel h-full p-4 flex flex-col items-center justify-center gap-4"> + <div className="panel p-4 flex flex-col items-center justify-center gap-3"> {/* Logo button */} <div className="flex flex-col items-center gap-2"> <Logo @@ -123,7 +123,7 @@ export function ControlPanel({ )} {/* Buttons */} - <div className="flex gap-2 mt-2"> + <div className="flex gap-2"> <button onClick={onReset} className="px-3 py-1.5 font-mono text-xs text-[#dbe7ff] bg-[#0d1b2d] border border-[#0f3c78] hover:border-[#3f6fb3] transition-colors uppercase tracking-wide" |
