Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3a844a

Browse files
committed
Remove unecessary code
1 parent 9d5ab4f commit f3a844a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/pages/TemplatePage/TemplateInsightsPage/TemplateInsightsPage.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -529,11 +529,6 @@ const PanelTitle = styled(Box)(() => ({
529529
fontWeight: 500,
530530
}))
531531

532-
const PanelSubtitle = styled(Box)(({ theme }) => ({
533-
fontSize: 13,
534-
color: theme.palette.text.secondary,
535-
}))
536-
537532
const PanelContent = styled(Box)(({ theme }) => ({
538533
padding: theme.spacing(0, 3, 3),
539534
flex: 1,

0 commit comments

Comments
 (0)