File tree 5 files changed +36
-6
lines changed
5 files changed +36
-6
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+
3
+
4
+
5
+
6
+
7
+
8
+ Tidak ada apa-apa disini
9
+
10
+
11
+
12
+
13
+
14
+ -->
1
15
<!DOCTYPE html>
2
16
< html lang ="en ">
3
17
< head >
21
35
work correctly both with client-side routing and a non-root public URL.
22
36
Learn how to configure a non-root public URL by running `npm run build`.
23
37
-->
24
- < title > React App</ title >
38
+ < title > Tumblr MK1 App</ title >
25
39
</ head >
26
40
< body >
27
41
< noscript > You need to enable JavaScript to run this app.</ noscript >
Original file line number Diff line number Diff line change 1
1
import { Box , Flex } from "../../components/Grid"
2
2
import { Helmet } from "react-helmet" ;
3
- import { Button } from "@blueprintjs/core" ;
3
+ import { AnchorButton , Button } from "@blueprintjs/core" ;
4
4
import { useHistory } from "react-router-dom" ;
5
5
import { List } from "./List" ;
6
6
@@ -35,6 +35,14 @@ export const Layout = () => {
35
35
fontSize : 4 ,
36
36
} }
37
37
> Patient Activity</ Box >
38
+ < AnchorButton
39
+ href = "https://smartmedicaltumbler.wordpress.com/"
40
+ target = "_blank"
41
+ minimal = { true }
42
+ large = { true }
43
+ icon = "help"
44
+ rel = "noreferrer"
45
+ />
38
46
< Button
39
47
minimal = { true }
40
48
large = { true }
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ export const Landing = () => {
26
26
} }
27
27
> Selamat Datang</ Box >
28
28
< Box
29
- as = "p"
30
29
sx = { {
31
30
mt : 5 ,
32
31
mx : 3 ,
33
32
fontFamily : "monospace" ,
34
33
color : "gray.4"
35
34
} }
36
35
>
37
- Project ini diperuntukan kepada dokter dan pasien sebagai monitor perkembangan pasien dengan menganalisa aktifitas frekuensi obat yang diminum.
36
+ < p > Project ini diperuntukan kepada dokter dan pasien sebagai monitor perkembangan pasien dengan menganalisa aktifitas frekuensi obat yang diminum.</ p >
37
+ < p > Baca petunjuk < a href = "https://smartmedicaltumbler.wordpress.com/" rel = "noreferrer" target = "_blank" > disini</ a > sebelum mengoperasikan.</ p >
38
38
</ Box >
39
39
< Box sx = { { px : 3 , my : 3 , mt : 5 , } } >
40
40
< Button
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Formik } from "formik";
9
9
10
10
const Schema = Yup . object ( ) . shape ( {
11
11
email : Yup . string ( ) . required ( "Fill with your email." ) ,
12
- password : Yup . string ( ) . required ( "Fill with your email ." ) ,
12
+ password : Yup . string ( ) . required ( "Fill with your password ." ) ,
13
13
} )
14
14
15
15
export const Login = ( ) => {
Original file line number Diff line number Diff line change 1
1
import { Helmet } from "react-helmet" ;
2
2
import { useHistory } from "react-router-dom" ;
3
- import { Button } from "@blueprintjs/core" ;
3
+ import { AnchorButton , Button } from "@blueprintjs/core" ;
4
4
import { Box } from "../../components/Grid"
5
5
import { User } from "./User" ;
6
6
import { Alarm } from "./Alarm" ;
@@ -39,6 +39,14 @@ export const Settings = () => {
39
39
fontSize : 4 ,
40
40
} }
41
41
> Settings</ Box >
42
+ < AnchorButton
43
+ href = "https://smartmedicaltumbler.wordpress.com/"
44
+ target = "_blank"
45
+ minimal = { true }
46
+ large = { true }
47
+ icon = "help"
48
+ rel = "noreferrer"
49
+ />
42
50
< Button
43
51
minimal = { true }
44
52
large = { true }
You can’t perform that action at this time.
0 commit comments