Skip to content

Commit eaf8440

Browse files
committed
update default size of component
1 parent eb103de commit eaf8440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LabsLogo/LabsLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type LabsLogoProps = {
2020
size?: number; // optional, default to 100
2121
};
2222

23-
export const LabsLogo = ({ size = 100 }: LabsLogoProps) => {
23+
export const LabsLogo = ({ size = 71 }: LabsLogoProps) => {
2424
const circleStyle = {
2525
width: `${size}px`,
2626
height: `${size}px`,

0 commit comments

Comments
 (0)