Skip to content

Commit

Permalink
fix(codestorm):event-updations
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Aug 26, 2023
1 parent 107dcac commit 3dd841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Events/GTA/CodeStorm/CodeStorm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const CodeStorm = () => {
<span>Team Lead:</span> {item.lead}
</p>
<p className={styles.team_place}>
<span>{item.domain}</span> Domain: {item.place} Position
<span>{item.domain} Domain:</span> {item.place} Position
</p>
<p className={styles.team_members}>{item.team}</p>
<a
Expand Down

0 comments on commit 3dd841a

Please sign in to comment.