Commit b03b20c 1 parent bcf5b7b commit b03b20c Copy full SHA for b03b20c
File tree 2 files changed +23
-4
lines changed
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ and this project adheres to
21
21
- ✨(frontend) offline mode (#88 )
22
22
- (frontend) translate cgu (#83 )
23
23
- ✨(service-worker) offline doc management (#94 )
24
+ - (frontend) Add beta tag on logo (#121 )
24
25
25
26
## Changed
26
27
27
- - Change most of the occurences from pad to document (#76 )
28
28
- Change site from Impress to Docs (#76 )
29
29
- Generate PDF from a modal (#68 )
30
30
- 🔧 (helm) sticky session by request_uri for signaling server (#78 )
@@ -33,7 +33,6 @@ and this project adheres to
33
33
- ⚡️(e2e) unique login between tests (#80 )
34
34
- ⚡️(CI) improve e2e job (#86 )
35
35
- ♻️(frontend) improve the error and message info ui (#93 )
36
- - ♻️(frontend) improve the error and message info ui (#93 )
37
36
- ✏️(frontend) change all occurences of pad to doc (#99 )
38
37
39
38
## Fixed
@@ -43,6 +42,7 @@ and this project adheres to
43
42
## Delete
44
43
45
44
- Remove trigger workflow on push tags on CI (#68 )
45
+ - (frontend) Remove coming soon page (#121 )
46
46
47
47
## [ 0.1.0] - 2024-05-24
48
48
Original file line number Diff line number Diff line change @@ -50,9 +50,28 @@ export const Header = () => {
50
50
} }
51
51
/>
52
52
< StyledLink href = "/" >
53
- < Box $align = "center" $gap = "0.8rem" $direction = "row" >
53
+ < Box
54
+ $align = "center"
55
+ $gap = "0.8rem"
56
+ $direction = "row"
57
+ $position = "relative"
58
+ >
54
59
< Image priority src = { IconDocs } alt = { t ( 'Docs Logo' ) } width = { 38 } />
55
- < Text $margin = "none" as = "h2" $theme = "primary" >
60
+ < Text
61
+ $padding = "3px 5px"
62
+ $size = "8px"
63
+ $background = "#368bd6"
64
+ $color = "white"
65
+ $position = "absolute"
66
+ $radius = "5px"
67
+ $css = { `
68
+ top: 9px;
69
+ right: -21px;
70
+ ` }
71
+ >
72
+ BETA
73
+ </ Text >
74
+ < Text $margin = "none" as = "h2" $theme = "primary" $zIndex = { 1 } >
56
75
{ t ( 'Docs' ) }
57
76
</ Text >
58
77
</ Box >
You can’t perform that action at this time.
0 commit comments