Broke up the tutorial component into smaller components.
This commit is contained in:
10
src/components/tutorial/data/aboutApp.ts
Normal file
10
src/components/tutorial/data/aboutApp.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
type AboutApp = string[];
|
||||
|
||||
const aboutApp: AboutApp = [
|
||||
"An app that mimics a potty/star chart for a potty training toddler or child.",
|
||||
"It can be used to track behavior, habits, diaper training, potty training (good luck), daily chores/tasks, or anything else you might want to track in a fun and visual way.",
|
||||
"The final app will have settings to disable any mention of ABDL to allow a more general audience to use, such as for a master and pet relationship.",
|
||||
"This is an alpha build of the app. Some functionality may not work as intended, is fully functional, and may be missing entirely."
|
||||
];
|
||||
|
||||
export default aboutApp;
|
||||
Reference in New Issue
Block a user