File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
nodejs/packages/website/pages/tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ const PagePaper = styled(Paper)(({
22
22
margin : theme . spacing ( 3 ) ,
23
23
} ) ) ;
24
24
const StyledTypography = styled ( Typography ) ( ( {
25
- theme
25
+ theme,
26
26
} ) => ( {
27
27
fontSize : '1.44rem' ,
28
+ fontWeight : 400 ,
28
29
} ) ) ;
29
30
30
31
interface Props { }
31
32
32
33
function Tools ( props : Props ) {
33
34
// eslint-disable-next-line @typescript-eslint/no-unused-vars
34
35
35
-
36
36
return (
37
37
< Layout >
38
38
< Head >
@@ -46,7 +46,7 @@ function Tools(props: Props) {
46
46
< PagePaper >
47
47
< Link href = "/tools/vultr-latency" >
48
48
< a >
49
- < StyledTypography component = "h3" >
49
+ < StyledTypography >
50
50
Vultr Networks Latency
51
51
</ StyledTypography >
52
52
</ a >
@@ -55,7 +55,7 @@ function Tools(props: Props) {
55
55
< PagePaper >
56
56
< Link href = "/tools/elixir-nodes" >
57
57
< a >
58
- < StyledTypography component = "h3" >
58
+ < StyledTypography >
59
59
Elixir Nodes
60
60
</ StyledTypography >
61
61
</ a >
You can’t perform that action at this time.
0 commit comments