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 496b42e commit 646206eCopy full SHA for 646206e
site/components/Project/ProjectName.tsx
@@ -1,5 +1,5 @@
1
import React from "react"
2
-import { Box, makeStyles, Typography } from "@material-ui/core"
+import { makeStyles, Typography } from "@material-ui/core"
3
4
const useStyles = makeStyles((theme) => ({
5
root: {
@@ -25,7 +25,7 @@ const useStyles = makeStyles((theme) => ({
25
}))
26
27
export const ProjectName: React.FC = ({ children }) => {
28
- const styles = useStyles2()
+ const styles = useStyles()
29
30
return (
31
<Typography className={styles.root} noWrap variant="body2">
0 commit comments