···24 static readonly MAX_POSTS: number = 20;
2526 /**
27- * Footer text for the dashboard
28- * @default "Astrally projected from witchcraft.systems"
29 */
30 static readonly FOOTER_TEXT: string =
31- "Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a>";
3233 /**
34 * Whether to show the posts that are in the future
···24 static readonly MAX_POSTS: number = 20;
2526 /**
27+ * Footer text for the dashboard, you probably want to change this
028 */
29 static readonly FOOTER_TEXT: string =
30+ "Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a><br><br><a href='https://git.witchcraft.systems/scientific-witchery/pds-dash' target='_blank'>Source</a> (<a href='https://github.com/witchcraft-systems/pds-dash/' target='_blank'>github mirror</a>)";
3132 /**
33 * Whether to show the posts that are in the future