Skip to content

Commit 72bfda0

Browse files
committed
Fix template layout size
1 parent 27ca826 commit 72bfda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/TemplateLayout/TemplateLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const TemplateLayout: FC<{ children?: JSX.Element }> = ({
139139
>
140140
<Stack direction="row" spacing={3} className={styles.pageTitle}>
141141
{hasIcon ? (
142-
<Avatar src={template.icon} variant="square" fitImage />
142+
<Avatar size="xl" src={template.icon} variant="square" fitImage />
143143
) : (
144144
<Avatar size="xl">{template.name}</Avatar>
145145
)}

0 commit comments

Comments
 (0)