mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00

- 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.
14 lines
253 B
TypeScript
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/>
|
|
`;
|