Files
open-gsio/packages/client/src/static-data/welcome_home_text.ts
geoffsee bdbc8de6d5 **Remove dead links and redundant comments; improve styling and clarity across multiple files**
- Removed outdated links and unused properties in Sidebar and Welcome Home Text files.
- Dropped extraneous comments and consolidated imports in server files for streamlined code.
- Enhanced MarkdownEditor visuals with a colorful border for better user experience.
2025-06-24 15:23:34 -04:00

14 lines
253 B
TypeScript

export const welcome_home_text = `
# welcome!
---
Please enjoy [responsibly](https://centerforresponsible.ai/the-center)
<br/>
<br/>
`;
export const welcome_home_tip = `
<!--write markdown content here: will appear below welcome_home_text-->
<br/>
`;