Skip to content

Commit b9647ee

Browse files
committed
Update dimensions.
1 parent 959c8df commit b9647ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/components/setup/SetupUsingProxyWithSignIn/AnalyticsOptIn.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function AnalyticsOptIn() {
7171
return (
7272
<div className="googlesitekit-setup__analytics-opt-in-wrapper">
7373
<div className="googlesitekit-setup__analytics-opt-in-wrapper-header">
74-
<AnalyticsSVG width={ 24 } height={ 27 } />
74+
<AnalyticsSVG width={ 32 } height={ 32 } />
7575
<Typography
7676
size={ SIZE_SMALL }
7777
type={ TYPE_BODY }
@@ -95,7 +95,6 @@ export default function AnalyticsOptIn() {
9595
),
9696
{
9797
LearnMoreLink: (
98-
// @ts-expect-error Link component types do not include full props yet.
9998
<Link
10099
href={ learnMoreLink }
101100
onClick={ () => {

0 commit comments

Comments
 (0)