Skip to content

Commit

Permalink
Fix requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshayone8 committed May 16, 2024
1 parent e829a84 commit 7b1ddba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/react/src/challenges/chip-input/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => {

return (
<>
<form onSubmit={submitFunction}>
<form onSubmit={submitFunction} className={style.formContainer}>
<input
type="text"
placeholder="Type & hit Enter"
Expand Down
2 changes: 1 addition & 1 deletion apps/react/src/challenges/chip-input/style.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
form {
.formContainer {
display: flex;
justify-content: center;
}
Expand Down
1 change: 0 additions & 1 deletion shared/data/content/react-challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ const challenges = new Map<string, IChallenge>([
link: 'chip-input',
difficulty: EDifficulty.Medium,
developer: 'Akshay-Omkar',
// contributors: ['arpansaha13'],
tags: [],
isNew: true,
},
Expand Down

0 comments on commit 7b1ddba

Please sign in to comment.