Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LowEntropyBody authored Oct 12, 2023
1 parent 8e4d8c6 commit 85fd5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/setting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ function Index(props: Props) {
<div className={'btns'}>
<Btn content={t('Export')} onClick={_clickExport} />
<Btn content={t('Import')} onClick={_clickImport} />
<Btn content={t('Upload to Oasis')} onClick={_clickUpload} />
<Btn content={t('Download from Oasis')} onClick={_clickDownload} />
<Btn content={t('Upload key to Oasis')} onClick={_clickUpload} />
<Btn content={t('Download key from Oasis')} onClick={_clickDownload} />
</div>
</Segment>
<BindAirdrop />
Expand Down

0 comments on commit 85fd5b6

Please sign in to comment.