diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 06c50846..582e1230 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -89,6 +89,7 @@ import { AccountComponent } from './components/common/account/account.component' import { TutorialEnhancedComponent } from './components/tutorial-enhanced/tutorial-enhanced.component'; import { NotificationsTutorialComponent } from './components/tutorial-enhanced/notifications-tutorial/notifications-tutorial.component'; import { LabelsTutorialComponent } from './components/tutorial-enhanced/labels-tutorial/labels-tutorial.component'; +import { ThankyouTutorialComponent } from './components/tutorial-enhanced/thankyou-tutorial/thankyou-tutorial.component'; const routes: Routes = [ { path: "", component: StreamsMainDisplayComponent }, @@ -157,7 +158,8 @@ const routes: Routes = [ AccountComponent, TutorialEnhancedComponent, NotificationsTutorialComponent, - LabelsTutorialComponent + LabelsTutorialComponent, + ThankyouTutorialComponent ], entryComponents: [ EmojiPickerComponent diff --git a/src/app/components/tutorial-enhanced/thankyou-tutorial/thankyou-tutorial.component.html b/src/app/components/tutorial-enhanced/thankyou-tutorial/thankyou-tutorial.component.html new file mode 100644 index 00000000..b434d986 --- /dev/null +++ b/src/app/components/tutorial-enhanced/thankyou-tutorial/thankyou-tutorial.component.html @@ -0,0 +1,36 @@ +
+ Thank you for downloading Sengi, I hope you will enjoy using this app as much as I did when making it.
+
+ Please find below some useful informations and... that's it!
+
+
+
+
+
+
+
+ Follow @Sengi_app
+
+
+ Official Docker
+ build
+ Official Snap build
+
+
+ Official
+ page
+ Github
+ Repository
+ Maintainer's dev
+ blog
+
+