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:
parent
09f4ace25b
commit
4b3bbe01ef
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue