Skip to content

Commit

Permalink
update tmp working and link name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Scatularo committed Dec 21, 2023
1 parent 2d9626b commit 75e8a70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function App() {
className={classes.link}
to="register"
>
xAsset
Register Token
</Link>
<Box>
<Link
Expand Down
5 changes: 5 additions & 0 deletions src/components/Attest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ function Attest() {
</Link>
</Typography>
</Alert>
<Alert severity="warning" className={classes.alert}>
<Typography variant="body1">
Use this feature under your own risk, be sure you understand what are you doing
</Typography>
</Alert>
<Stepper activeStep={activeStep} orientation="vertical">
<Step
expanded={activeStep >= 0}
Expand Down

0 comments on commit 75e8a70

Please sign in to comment.