File tree 1 file changed +6
-4
lines changed
frontend/src/app/dashboard/posterSession
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -105,21 +105,22 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
105
105
} }
106
106
>
107
107
< label className = "text-4xl font-bold not-italic leading-[normal] tracking-[-0.72px] text-[#1F2B3D]" >
108
- Poster Session Competition
108
+ Poster Session Competition (Deadline Passed)
109
109
</ label >
110
110
111
111
< div className = "flex items-start gap-6 self-stretch max-md:flex-col" >
112
112
< div className = "flex flex-[1_0_0] flex-col items-start gap-2 self-stretch" >
113
113
< label className = "text-base font-medium uppercase not-italic leading-[normal] tracking-[.64px] text-[#8A8998]" >
114
- Upload File
114
+ Upload File
115
115
</ label >
116
116
< p className = "text-sm tracking-[0.64px] text-[#8A8998]" >
117
117
Supported format: < strong > .pdf</ strong > (Max: 10MB)
118
118
</ p >
119
119
< div >
120
120
< button
121
+ disabled = { true }
121
122
onClick = { handleClick }
122
- className = "flex items-center gap-2 rounded-md bg-primary px-4 py-2 text-white shadow-md transition hover:bg-primary-400 "
123
+ className = "flex items-center gap-2 rounded-md bg-primary px-4 py-2 text-white shadow-md transition opacity-70 "
123
124
>
124
125
< svg
125
126
xmlns = "http://www.w3.org/2000/svg"
@@ -139,6 +140,7 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
139
140
</ button >
140
141
141
142
< input
143
+ disabled = { true }
142
144
type = "file"
143
145
accept = { 'application/pdf' }
144
146
ref = { fileInputRef }
@@ -172,7 +174,7 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
172
174
</ div >
173
175
</ div >
174
176
175
- < button className = "mb-8 flex h-[72px] items-center justify-center gap-2.5 self-stretch rounded-lg bg-primary px-8 py-0 text-xl font-bold not-italic leading-[normal] tracking-[-0.2px] text-white" >
177
+ < button disabled = { true } className = "mb-8 flex h-[72px] items-center justify-center gap-2.5 self-stretch rounded-lg bg-primary px-8 py-0 text-xl font-bold not-italic leading-[normal] tracking-[-0.2px] text-white opacity-70 " >
176
178
Update Poster File
177
179
</ button >
178
180
</ form >
You can’t perform that action at this time.
0 commit comments