File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
5
+ < link rel ="icon " type ="image/svg+xml " href ="/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React + TS</ title >
7
+
8
+ < title > Dashboard UI</ title >
8
9
</ head >
9
10
< body >
11
+ <!-- if javascript is disabled, this content will appear -->
12
+ < noscript >
13
+ < style type ="text/css ">
14
+ * {
15
+ overflow : hidden;
16
+ margin : 0 ;
17
+ padding : 0 ;
18
+ }
19
+ # root {
20
+ display : none;
21
+ }
22
+ .javascript__disabled {
23
+ display : flex;
24
+ width : 100% ;
25
+ height : 100vh ;
26
+ justify-content : center;
27
+ align-items : center;
28
+ font-size : 22px ;
29
+ background-color : # 0d1117 ;
30
+ color : # 8f8f8f ;
31
+ }
32
+ </ style >
33
+ < div class ="javascript__disabled ">
34
+ JavaScript disabled, please enable it for the system to function
35
+ properly!
36
+ </ div >
37
+ </ noscript >
38
+
10
39
< div id ="root "> </ div >
11
40
< script type ="module " src ="/src/main.tsx "> </ script >
12
41
</ body >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const Score: React.FC = () => (
7
7
< span className = "font-inter font-semibold text-2xl text-white" >
8
8
NPS Geral
9
9
</ span >
10
- < span className = "font-inter font-semibold text-2xl text-custom-green-500 flex-col justify-center items-center gap-2" >
10
+ < span className = "font-inter font-semibold text-2xl text-custom-green-500 flex flex -col justify-center items-center gap-2" >
11
11
< IconHappyPerson />
12
12
Excelente!
13
13
</ span >
You can’t perform that action at this time.
0 commit comments