Skip to content

Commit

Permalink
Merge pull request #30 from docknetwork/feat/holiday-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder authored Dec 19, 2024
2 parents 499f5a8 + 5be2105 commit 0a2c24a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/page-migration/src/Migration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ function MigrationApp ({ className }): React.ReactElement {
className='warning centered'
content={t<string>('Migrating your Dock balance to cheqd will zero the balance on your Dock account.')}
/>

<MarkWarning
className='warning centered'
content={t<string>('During the holiday period migrations will be delayed and will resume back to normal frequency on the 6th of January, 2025')}
/>

<p style={{
fontSize: '18px',
Expand Down

0 comments on commit 0a2c24a

Please sign in to comment.