this repo has no description

Add links to the source code

astrra.space 614f2b4c 72ba5779

verified
Changed files
+2 -3
+2 -3
config.ts
··· 24 24 static readonly MAX_POSTS: number = 20; 25 25 26 26 /** 27 - * Footer text for the dashboard 28 - * @default "Astrally projected from witchcraft.systems" 27 + * Footer text for the dashboard, you probably want to change this 29 28 */ 30 29 static readonly FOOTER_TEXT: string = 31 - "Astrally projected from <a href='https://witchcraft.systems' target='_blank'>witchcraft.systems</a>"; 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>)"; 32 31 33 32 /** 34 33 * Whether to show the posts that are in the future