We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959c8df commit b9647eeCopy full SHA for b9647ee
1 file changed
assets/js/components/setup/SetupUsingProxyWithSignIn/AnalyticsOptIn.tsx
@@ -71,7 +71,7 @@ export default function AnalyticsOptIn() {
71
return (
72
<div className="googlesitekit-setup__analytics-opt-in-wrapper">
73
<div className="googlesitekit-setup__analytics-opt-in-wrapper-header">
74
- <AnalyticsSVG width={ 24 } height={ 27 } />
+ <AnalyticsSVG width={ 32 } height={ 32 } />
75
<Typography
76
size={ SIZE_SMALL }
77
type={ TYPE_BODY }
@@ -95,7 +95,6 @@ export default function AnalyticsOptIn() {
95
),
96
{
97
LearnMoreLink: (
98
- // @ts-expect-error Link component types do not include full props yet.
99
<Link
100
href={ learnMoreLink }
101
onClick={ () => {
0 commit comments