mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-03-01 05:00:45 +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 (
|
return (
|
||||||
<Collapse header="Enter XP Code">
|
<Collapse header="Enter Exit Code">
|
||||||
<Wrapper>
|
<Wrapper>
|
||||||
<Form onSubmit={handleSubmit}>
|
<Form onSubmit={handleSubmit}>
|
||||||
<Input onChange={handleChange} placeholder="XP Code" />
|
<Input onChange={handleChange} placeholder="Exit Code" />
|
||||||
<button type="submit">
|
<button type="submit">
|
||||||
<img src="/icons/chevron-right-dark-purple.svg" alt="submit" />
|
<img src="/icons/chevron-right-dark-purple.svg" alt="submit" />
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user