this repo has no description

Add links to the source code

astrra.space 614f2b4c 72ba5779

verified
+2 -3
+2 -3
config.ts
··· 24 static readonly MAX_POSTS: number = 20; 25 26 /** 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>"; 32 33 /** 34 * Whether to show the posts that are in the future
··· 24 static readonly MAX_POSTS: number = 20; 25 26 /** 27 + * Footer text for the dashboard, you probably want to change this 28 */ 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>)"; 31 32 /** 33 * Whether to show the posts that are in the future