chore: from xp code to exit code

This commit is contained in:
jinhojang6 2024-12-11 00:23:58 +09:00
parent df40b6f9b9
commit d16dd08a4e
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8

View File

@ -29,10 +29,10 @@ const EnterXPCode: React.FC = () => {
}
return (
<Collapse header="Enter XP Code">
<Collapse header="Enter Exit Code">
<Wrapper>
<Form onSubmit={handleSubmit}>
<Input onChange={handleChange} placeholder="XP Code" />
<Input onChange={handleChange} placeholder="Exit Code" />
<button type="submit">
<img src="/icons/chevron-right-dark-purple.svg" alt="submit" />
</button>