diff --git a/frontend/components/Comments.tsx b/frontend/components/Comments.tsx index 6cf69b4..4e289de 100644 --- a/frontend/components/Comments.tsx +++ b/frontend/components/Comments.tsx @@ -81,19 +81,24 @@ export default function Comments({ proposalId, userAddress }: CommentsProps) {
{comments.length} Registered Opinions
+{comments.length} Local Notes
+ Note: Comments are stored locally in your browser and are only visible to you. Shared commenting via Gaia storage is planned for a future update. +
+No discourse recorded yet
+No notes yet
) : ( comments.map((comment) => (