**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.
This commit is contained in:
geoffsee
2025-06-24 15:23:34 -04:00
parent a367812fe7
commit bdbc8de6d5
6 changed files with 7 additions and 40 deletions

View File

@@ -59,28 +59,6 @@ function RegulatoryItems({ isMobile }) {
return (
<>
<VStack alignItems={isMobile ? "flex-start" : "flex-end"} spacing={1}>
<NavItem
color="text.tertiary"
as={"span"}
path=""
cursor={"pointer"}
onClick={() => {
window.open("https://geoff.seemueller.io");
}}
>
geoff.seemueller.io
</NavItem>
<NavItem
color="text.tertiary"
as={"span"}
path=""
cursor={"pointer"}
onClick={() => {
window.open("https://seemueller.ai");
}}
>
seemueller.ai
</NavItem>
<NavItem
color="text.tertiary"
as={"span"}