diff --git a/web/src/app/app-routing.module.ts b/web/src/app/app-routing.module.ts index cd01b7d1..e052dfa8 100644 --- a/web/src/app/app-routing.module.ts +++ b/web/src/app/app-routing.module.ts @@ -3,6 +3,7 @@ import { SettingsComponent } from './pages/settings/settings.component'; import { AboutComponent } from './pages/about/about.component'; import { DashboardComponent } from './pages/dashboard/dashboard.component'; import { WalletComponent } from './pages/wallet/wallet.component'; +import { DonateComponent } from './pages/donate/donate.component'; import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; @@ -28,6 +29,11 @@ const routes: Routes = [ path: 'wallet', component: WalletComponent } + , + { + path: 'donate', + component: DonateComponent + } ]; diff --git a/web/src/app/app.component.html b/web/src/app/app.component.html index 84310ac7..cbe6a5a7 100644 --- a/web/src/app/app.component.html +++ b/web/src/app/app.component.html @@ -39,6 +39,12 @@
+ If this framework helped you in any way, or you would like to support the developers working on it, please donate
+