diff --git a/html/one-post.tsx b/html/one-post.tsx index eedc907..86d173f 100644 --- a/html/one-post.tsx +++ b/html/one-post.tsx @@ -11,7 +11,7 @@ export const Post = ({ display_name, username, posted, - link, + link = "https://static.pyrope.net/cursor-fun-end", id, }: { children?: ComponentChildren; @@ -23,7 +23,7 @@ export const Post = ({ display_name?: string; username: string; posted: string; - link: string; + link?: string; id?: string; }) => (
@@ -43,7 +43,9 @@ export const Post = ({
)} -
{children}
+
+
{children}
+
@@ -51,14 +53,59 @@ export const Post = ({ ); render_and_copy( - - Hello world how's it going - +
+ + one post isn't really enough for me + + + i don't really make the rules i'm just a bot + + + wait a minute! i didn't say that! you're putting posts in my mouth! + + + i'm sorry about that do you want a css crime as penance + + + isn't this whole thing a css crime (that probably won't work)? + + + + oh yeah, good point! that makes my job a lot easier + + +
);