We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471a970 commit b052f84Copy full SHA for b052f84
site/src/pages/TemplatesPage/TemplatesPageView.tsx
@@ -108,24 +108,4 @@ const useStyles = makeStyles((theme) => ({
108
lineHeight: `${theme.spacing(3)}px`,
109
},
110
111
- templateAvatar: {
112
- borderRadius: 2,
113
- marginRight: theme.spacing(1),
114
- width: 24,
115
- height: 24,
116
- fontSize: 16,
117
- },
118
- templateLink: {
119
- display: "flex",
120
- flexDirection: "column",
121
- color: theme.palette.text.primary,
122
- textDecoration: "none",
123
- "&:hover": {
124
- textDecoration: "underline",
125
126
- "& span": {
127
- fontSize: 12,
128
- color: theme.palette.text.secondary,
129
130
131
}))
0 commit comments