mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 22:45:00 +08:00
fixed GetConnected icon sizing (#832)
This commit is contained in:
committed by
GitHub
parent
13ef039b83
commit
4e18f3090e
@@ -28,7 +28,7 @@ export default function GetConnectedButton({
|
||||
}, [logEventWithContext, eventName]);
|
||||
|
||||
return (
|
||||
<div className="rounded-full border border-white p-5">
|
||||
<div className="h-full w-full rounded-full border border-white p-5 lg:h-[90px] lg:w-[90px]">
|
||||
<Link
|
||||
href={href}
|
||||
title={title}
|
||||
@@ -37,7 +37,7 @@ export default function GetConnectedButton({
|
||||
rel="noreferrer noopener"
|
||||
onClick={handleClick}
|
||||
>
|
||||
<Icon name={iconName} width="48" height="48" />
|
||||
<Icon name={iconName} width="100%" height="100%" />
|
||||
</Link>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user