From 1421fdd48aff21a3b57240e21f3f5d7bbc40272a Mon Sep 17 00:00:00 2001 From: John White Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] fix: put back link on notes --- fc-community-extension/src/pages/components/FCNote.js | 9 +++++++-- fc-community-extension/src/pages/createNote.js | 10 ++++++++-- fc-community-extension/src/pages/mintFactchainNote.js | 10 +++++++--- fc-community-extension/src/pages/mintXNote.js | 8 ++++++-- fc-community-extension/src/pages/rateNotes.js | 6 +++++- fc-community-extension/src/pages/style.css | 5 +---- 6 files changed, 34 insertions(+), 14 deletions(-) diff --git a/fc-community-extension/src/pages/components/FCNote.js b/fc-community-extension/src/pages/components/FCNote.js index 92c21044..63ddb5a3 100644 --- a/fc-community-extension/src/pages/components/FCNote.js +++ b/fc-community-extension/src/pages/components/FCNote.js @@ -4,7 +4,12 @@ const FCNote = (props) => { // assuming `postUrl` looks like: https://x.com/foo/status/ const postId = props.postUrl.split('/').slice(-1)[0]; return ( -
+
@@ -30,7 +35,7 @@ const FCNote = (props) => {
- + ); }; diff --git a/fc-community-extension/src/pages/createNote.js b/fc-community-extension/src/pages/createNote.js index 7eaf1f5c..39298a2a 100644 --- a/fc-community-extension/src/pages/createNote.js +++ b/fc-community-extension/src/pages/createNote.js @@ -36,7 +36,9 @@ export function FCCreateNote({ postUrl, createNote }) {
Provide additional context for{' '} - {cutText(postUrl, 35)} + + {cutText(postUrl, 35)} +