mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 20:50:36 +00:00
chore: from xp code to exit code
This commit is contained in:
parent
df40b6f9b9
commit
d16dd08a4e
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user