diff --git a/components/biz/say/index.tsx b/components/biz/say/index.tsx index 79114f8..1a94220 100644 --- a/components/biz/say/index.tsx +++ b/components/biz/say/index.tsx @@ -9,7 +9,7 @@ interface FormValue { content: string; author: string; origin: string; - links: string; + link: string; is_comment: boolean; } @@ -55,8 +55,12 @@ function Say() {
- - + + +
+
+ +