File tree Expand file tree Collapse file tree 7 files changed +5
-18
lines changed Expand file tree Collapse file tree 7 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export default function Page() {
169
169
</ p >
170
170
</ section >
171
171
< footer className = "text-skin-tertiary mt-16 text-center text-sm font-medium" >
172
- OURANOS · EARLY ACCESS · { new Date ( ) . getFullYear ( ) }
172
+ OURANOS · { new Date ( ) . getFullYear ( ) }
173
173
</ footer >
174
174
</ main >
175
175
) ;
Original file line number Diff line number Diff line change @@ -28,20 +28,10 @@ export default function Home() {
28
28
</ Link >
29
29
</ header >
30
30
< section className = "animate-fade-up animate-delay-150 mx-auto mt-16 max-w-xl" >
31
- < small className = "bg-primary/20 text-primary animate-fade-up animate-delay-[1000ms] mb-1 inline-flex items-center gap-1 rounded-full px-3 py-2 text-[0.6rem] font-bold" >
32
- In Early Access
33
- < Image
34
- src = "/images/confetti.png"
35
- alt = "Confetti emoji"
36
- width = { 14 }
37
- height = { 14 }
38
- />
39
- </ small >
40
-
41
31
< h1 className = "text-skin-base max-w-lg text-4xl font-medium" >
42
32
Your friendly Bluesky client for the web
43
33
</ h1 >
44
-
34
+
45
35
< ul className = "text-skin-secondary mt-5 text-lg font-medium" >
46
36
< li > Designed for simplicity</ li >
47
37
< li > Enhanced features</ li >
@@ -74,7 +64,7 @@ export default function Home() {
74
64
/>
75
65
</ div >
76
66
< footer className = "animate-fade-up animate-delay-500 text-skin-tertiary mt-16 text-center text-sm font-medium" >
77
- OURANOS · EARLY ACCESS · { new Date ( ) . getFullYear ( ) }
67
+ OURANOS · { new Date ( ) . getFullYear ( ) }
78
68
</ footer >
79
69
</ main >
80
70
) ;
Original file line number Diff line number Diff line change @@ -101,9 +101,6 @@ export default function LoginForm() {
101
101
</ Link > { " " }
102
102
to log in.
103
103
</ p >
104
- < p className = "text-skin-secondary text-sm font-medium" >
105
- Ouranos is in early access, some features may not be available yet.
106
- </ p >
107
104
< form
108
105
className = "mt-5 text-sm font-medium"
109
106
onSubmit = { ( e ) => {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default function BottomEditorBar(props: Props) {
59
59
...files . slice ( 0 , 4 ) . map ( ( file ) =>
60
60
Object . assign ( file , {
61
61
url : URL . createObjectURL ( file ) ,
62
- } ) ,
62
+ } )
63
63
) ,
64
64
] ;
65
65
onUpdateImages ( updatedImages ) ;
@@ -81,7 +81,7 @@ export default function BottomEditorBar(props: Props) {
81
81
onSelectLabel = { onSelectLabel }
82
82
selectedLabel = { label }
83
83
disabled = { ! images || images . length === 0 }
84
- />
84
+ />
85
85
< LinkPicker editor = { editor } />
86
86
</ div >
87
87
< div className = "just flex flex-wrap gap-x-5 gap-y-2" >
You can’t perform that action at this time.
0 commit comments