Fix acceleration list css, move to /acceleration/list

This commit is contained in:
Mononaut
2024-01-27 16:45:18 +00:00
parent 520e79aec4
commit a79e1aec1c
4 changed files with 64 additions and 48 deletions

View File

@@ -52,7 +52,7 @@ const routes: Routes = [
]
},
{
path: 'acceleration-list',
path: 'acceleration/list',
data: { networks: ['bitcoin'] },
component: AccelerationsListComponent,
},