Skip to content

Commit

Permalink
fix(wallet-dashboard): rename migration dashboard page (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder authored Aug 30, 2024
1 parent 50364bb commit 9b9c354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet-dashboard/app/dashboard/migrations/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

function StakingDashboardPage(): JSX.Element {
function MigrationDashboardPage(): JSX.Element {
return (
<div className="flex items-center justify-center pt-12">
<h1>MIGRATIONS</h1>
</div>
);
}

export default StakingDashboardPage;
export default MigrationDashboardPage;

0 comments on commit 9b9c354

Please sign in to comment.