diff --git a/src/components/feeds/messages/CommunityMessage.js b/src/components/feeds/messages/CommunityMessage.js index 7f5e4f5..027ee1b 100644 --- a/src/components/feeds/messages/CommunityMessage.js +++ b/src/components/feeds/messages/CommunityMessage.js @@ -24,12 +24,12 @@ const headerTemplate = (options, windowWidth, platform, id) => {
768 ? `View in ${platform}` : null} + label={windowWidth > 768 ? `View ${platform === 'nostr' ? 'on' : 'in'} ${platform}` : null} icon="pi pi-external-link" outlined size="small" onClick={() => window.open(getPlatformLink(platform, id), '_blank')} - tooltip={windowWidth < 768 ? `View in ${platform}` : null} + tooltip={windowWidth < 768 ? `View ${platform === 'nostr' ? 'on' : 'in'} ${platform}` : null} tooltipOptions={{ position: 'left' }} />
@@ -157,4 +157,4 @@ const getPlatformIcon = (platform) => { } }; -export default CommunityMessage; \ No newline at end of file +export default CommunityMessage; diff --git a/src/pages/about.js b/src/pages/about.js index c122367..995bf62 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -87,7 +87,7 @@ const AboutPage = () => {
-

:

+

Feeds:

All of the current PlebDevs Community channels.

- + {selectedTopic === 'nostr' && ( + + )}