Skip to content

Commit 8da4288

Browse files
Vinnu GollakotiVinnu Gollakoti
authored andcommitted
update register line
1 parent 583db53 commit 8da4288

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/styles/ProjectExpo.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ $textWhite: rgb(231, 231, 231);
454454
text-align: center;
455455
font-family: "Unbounded";
456456
font-weight: 600;
457-
background-color: rgba(255, 74, 74, .1);
458-
color: rgb(255, 90, 90);
459-
border: 1px solid rgba(255, 178, 178, .3);
457+
background-color: rgba(255, 222, 74, 0.1);
458+
color: rgb(255, 219, 90);
459+
border: 1px solid rgba(255, 237, 178, 0.3);
460460
padding: .5rem 1rem;
461461
border-radius: 3px;
462462

src/views/HardcodedEventPages/Prajnotsavah/ProjectExpo.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default function ProjectExpo() {
228228
</div>
229229

230230
<Fade delay={3000} triggerOnce damping={0.5}>
231-
<span className="subTitle">a national level project expo</span>
231+
<span className="subTitle">A National level project expo</span>
232232
</Fade>
233233

234234
<Fade delay={3500} triggerOnce cascade damping={0.85}>
@@ -257,7 +257,7 @@ export default function ProjectExpo() {
257257

258258
<Fade delay={5000} triggerOnce cascade damping={0.5}>
259259
<div className="closingSoon">
260-
Registrations closing soon!
260+
Registrations Extended upto 18th Oct!
261261
</div>
262262
</Fade>
263263

0 commit comments

Comments
 (0)