Linkify Sia Skynet
This commit is contained in:
parent
e2de464734
commit
b2360d5c9e
|
@ -1,5 +1,5 @@
|
||||||
/** @jsx jsx */
|
/** @jsx jsx */
|
||||||
import { AppBar, Button, Card, CardContent, Container, Input, Tab, Tabs, Typography } from "@material-ui/core";
|
import { AppBar, Button, Card, CardContent, Container, Input, Link, Tab, Tabs, Typography } from "@material-ui/core";
|
||||||
import * as R from "ramda";
|
import * as R from "ramda";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { Box, Flex, jsx } from "theme-ui";
|
import { Box, Flex, jsx } from "theme-ui";
|
||||||
|
@ -28,7 +28,11 @@ const Index = () => {
|
||||||
<Container>
|
<Container>
|
||||||
<Flex sx={{ alignItems: "center", height: 120 }}>
|
<Flex sx={{ alignItems: "center", height: 120 }}>
|
||||||
<Box>
|
<Box>
|
||||||
<Typography sx={{ fontWeight: 700 }}>Sia Skynet</Typography>
|
<Typography sx={{ fontWeight: 700 }}>
|
||||||
|
<Link href="/">
|
||||||
|
Sia Skynet
|
||||||
|
</Link>
|
||||||
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ ml: "auto" }}>
|
<Box sx={{ ml: "auto" }}>
|
||||||
<Button href="/stats">
|
<Button href="/stats">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @jsx jsx */
|
/** @jsx jsx */
|
||||||
import { Button, CircularProgress, Container, Typography } from "@material-ui/core";
|
import { Button, CircularProgress, Container, Link, Typography } from "@material-ui/core";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
import { Box, Flex, jsx } from "theme-ui";
|
import { Box, Flex, jsx } from "theme-ui";
|
||||||
|
@ -60,7 +60,11 @@ const Stats = () => {
|
||||||
<Container>
|
<Container>
|
||||||
<Flex sx={{ alignItems: "center", height: 120 }}>
|
<Flex sx={{ alignItems: "center", height: 120 }}>
|
||||||
<Box>
|
<Box>
|
||||||
<Typography sx={{ fontWeight: 700 }}>Sia Skynet</Typography>
|
<Typography sx={{ fontWeight: 700 }}>
|
||||||
|
<Link href="/">
|
||||||
|
Sia Skynet
|
||||||
|
</Link>
|
||||||
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Box sx={{ ml: "auto" }}>
|
<Box sx={{ ml: "auto" }}>
|
||||||
<Button href="/stats">
|
<Button href="/stats">
|
||||||
|
|
Reference in New Issue