completionId: cgen-1236ac1ec4ba44f89d62913e6a1c92d1
cgen-1236ac1ec4ba44f89d62913e6a1c92d1
This commit is contained in:
parent
ad05588ba7
commit
4481d73c0f
1 changed files with 2 additions and 1 deletions
|
|
@ -141,8 +141,9 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
|
||||
{/* Mobile Logo - Expandable Arms */}
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => setMobileArmsOpen(!mobileArmsOpen)}
|
||||
className={`sm:hidden relative h-12 w-12 flex items-center justify-center rounded-xl transition-all duration-300 ${
|
||||
className={`sm:hidden relative h-12 w-12 flex items-center justify-center rounded-xl transition-all duration-300 cursor-pointer ${
|
||||
mobileArmsOpen
|
||||
? "bg-gradient-to-r from-yellow-500/30 via-green-500/30 to-blue-500/30 scale-110 shadow-lg shadow-purple-500/30"
|
||||
: "bg-gray-700/40 hover:bg-gray-600/60 shadow-lg"
|
||||
|
|
|
|||
Loading…
Reference in a new issue