Skip to content

Commit 66366f8

Browse files
committed
close poster-session
1 parent 3f3b149 commit 66366f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: frontend/src/app/dashboard/posterSession/PosterSessionForm.tsx

+6-4
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,22 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
105105
}}
106106
>
107107
<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)
109109
</label>
110110

111111
<div className="flex items-start gap-6 self-stretch max-md:flex-col">
112112
<div className="flex flex-[1_0_0] flex-col items-start gap-2 self-stretch">
113113
<label className="text-base font-medium uppercase not-italic leading-[normal] tracking-[.64px] text-[#8A8998]">
114-
Upload File
114+
Upload File
115115
</label>
116116
<p className="text-sm tracking-[0.64px] text-[#8A8998]">
117117
Supported format: <strong>.pdf</strong> (Max: 10MB)
118118
</p>
119119
<div>
120120
<button
121+
disabled = {true}
121122
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"
123124
>
124125
<svg
125126
xmlns="http://www.w3.org/2000/svg"
@@ -139,6 +140,7 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
139140
</button>
140141

141142
<input
143+
disabled = {true}
142144
type="file"
143145
accept={'application/pdf'}
144146
ref={fileInputRef}
@@ -172,7 +174,7 @@ export default function PosterSessionForm(props: IPosterSessionForm) {
172174
</div>
173175
</div>
174176

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">
176178
Update Poster File
177179
</button>
178180
</form>

0 commit comments

Comments
 (0)