Show 'Wired to Life' tagline on mobile (v0.0.95)

- Remove hidden class, show on all screen sizes
- Smaller text (7px) and dot (1px) on mobile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Your Name 2026-01-20 07:42:56 +00:00
parent 09f4ace25b
commit 4b3bbe01ef
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "sociowire-frontend", "name": "sociowire-frontend",
"private": true, "private": true,
"version": "0.0.94", "version": "0.0.95",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host 0.0.0.0", "dev": "vite --host 0.0.0.0",

View File

@ -519,9 +519,9 @@ export default function TopBarNew({ theme = "dark", onChangeTheme, onIslandsClic
<span className="text-xs sm:text-sm md:text-lg font-black text-transparent bg-clip-text bg-gradient-to-r from-white via-blue-100 to-cyan-200 truncate"> <span className="text-xs sm:text-sm md:text-lg font-black text-transparent bg-clip-text bg-gradient-to-r from-white via-blue-100 to-cyan-200 truncate">
SOCIOWIRE SOCIOWIRE
</span> </span>
<span className="hidden sm:flex items-center gap-1 sm:gap-1.5 text-[8px] sm:text-[10px] font-medium text-surface-400"> <span className="flex items-center gap-1 sm:gap-1.5 text-[7px] sm:text-[10px] font-medium text-surface-400">
<motion.span <motion.span
className="w-1.5 h-1.5 sm:w-2 sm:h-2 rounded-full bg-emerald-500" className="w-1 h-1 sm:w-2 sm:h-2 rounded-full bg-emerald-500"
animate={{ scale: [1, 1.3, 1], opacity: [1, 0.7, 1] }} animate={{ scale: [1, 1.3, 1], opacity: [1, 0.7, 1] }}
transition={{ duration: 1.5, repeat: Infinity }} transition={{ duration: 1.5, repeat: Infinity }}
/> />