diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 2c1a304..5fd21de 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/components/AndroidLink.tsx b/src/components/AndroidLink.tsx index eb1a12f..e47e71a 100644 --- a/src/components/AndroidLink.tsx +++ b/src/components/AndroidLink.tsx @@ -11,7 +11,7 @@ export function AndroidLink({ href="#" aria-label="Download for Android" className={clsx( - 'flex items-center rounded-lg transition-colors px-4 py-2', + 'flex items-center rounded-lg px-4 py-2 transition-all hover:scale-105', color === 'black' ? 'bg-gray-800 text-white hover:bg-gray-900' : 'bg-white text-gray-900 hover:bg-gray-50', diff --git a/src/components/AppStoreLink.tsx b/src/components/AppStoreLink.tsx index 24b4dc0..b96898e 100644 --- a/src/components/AppStoreLink.tsx +++ b/src/components/AppStoreLink.tsx @@ -11,7 +11,7 @@ export function AppStoreLink({ href="https://apps.apple.com/us/app/mycelium-network/id6504277565" aria-label="Download on the App Store" className={clsx( - 'rounded-lg transition-colors', + 'rounded-lg transition-all hover:scale-105', color === 'black' ? 'bg-gray-800 text-white hover:bg-gray-900' : 'bg-white text-gray-900 hover:bg-gray-50', diff --git a/src/components/CallToAction.tsx b/src/components/CallToAction.tsx index f5e46fe..74adebd 100644 --- a/src/components/CallToAction.tsx +++ b/src/components/CallToAction.tsx @@ -22,7 +22,7 @@ export function CallToAction() {
Download the Mycelium app and step into the future of secure, peer-to-peer networking; fast, private, and decentralized.
-