diff --git a/src/components/content/carousels/InteractivePromotionalCarousel.js b/src/components/content/carousels/InteractivePromotionalCarousel.js index ede483a..2bd4ec3 100644 --- a/src/components/content/carousels/InteractivePromotionalCarousel.js +++ b/src/components/content/carousels/InteractivePromotionalCarousel.js @@ -125,7 +125,7 @@ const InteractivePromotionalCarousel = () => { ); case "COMMUNITY": return ( - router.push('/feed?channel=global')} icon={} label="Open Community Feed" className="w-fit py-2 font-semibold" size="small" outlined /> + router.push('/feed?channel=global')} icon={} label="Open Community Feeds" className="w-fit py-2 font-semibold" size="small" outlined /> ); case "LIGHTNING / NOSTR": return ( @@ -170,7 +170,7 @@ const InteractivePromotionalCarousel = () => { ); case "COMMUNITY": return ( - router.push('/feed?channel=global')} icon={} label="Open Community Feed" className="py-2 font-semibold" size="small" outlined /> + router.push('/feed?channel=global')} icon={} label="Open Community Feeds" className="py-2 font-semibold" size="small" outlined /> ); case "LIGHTNING / NOSTR": return ( diff --git a/src/components/content/carousels/MessagesCarousel.js b/src/components/content/carousels/MessagesCarousel.js index 3ad7c7e..45e5bdf 100644 --- a/src/components/content/carousels/MessagesCarousel.js +++ b/src/components/content/carousels/MessagesCarousel.js @@ -74,7 +74,7 @@ const MessageCarousel = ({ copyToClipboard }) => { }, { title: "PlebDevs 🤝👨‍💻🤝👩‍💻🤝🧑‍💻🤝", - description: "Plebdevs is open source software and is still in early development. If you have any questions drop an issue on the Github repo, or reach out to me in the Community tab.", + description: "Plebdevs is open source software and is still in early development. If you have any questions drop an issue on the Github repo, or reach out to me in the Community feed.", showGithub: true, showX: true, showNostr: true, diff --git a/src/components/sidebar/Sidebar.js b/src/components/sidebar/Sidebar.js index fd59f77..168d737 100644 --- a/src/components/sidebar/Sidebar.js +++ b/src/components/sidebar/Sidebar.js @@ -11,7 +11,7 @@ import styles from "./sidebar.module.css"; import { Divider } from 'primereact/divider'; const Sidebar = ({ course = false }) => { - const [isExpanded, setIsExpanded] = useState(true); + const [isExpanded, setIsExpanded] = useState(false); const { isAdmin } = useIsAdmin(); const [lessons, setLessons] = useState([]); const router = useRouter(); @@ -162,7 +162,7 @@ const Sidebar = ({ course = false }) => { content: styles['p-accordion-content'], header: 'text-lg' }} - header={"Community"}> + header={"Feeds"}>
router.push('/feed?channel=global')} className={`w-full cursor-pointer py-2 my-2 hover:bg-gray-700 rounded-lg ${isActive('/feed?channel=global') ? 'bg-gray-700' : ''}`}>

global

diff --git a/src/pages/about.js b/src/pages/about.js index dcc2109..c122367 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -44,7 +44,7 @@ const AboutPage = () => {
  • Nostr: Content is published to Nostr and pulled from Nostr relays. A database is used for storing metadata about events but the actual content only exists on nostr relays.
  • Zaps: Zaps are currently initated through Zapper - https://zapper.nostrapps.org
    * Zaps are pulled from Nostr using our own NDK integration.
  • -
  • Comments: For comments we are leveraging ZapThreads - https://zapthreads.com
    * Comments are enabled on all content but for Community they are only enabled on the nostr feed.
  • +
  • Comments: For comments we are leveraging ZapThreads - https://zapthreads.com
    * Comments are enabled on all content but for Community feeds they are only enabled on the nostr feed.
@@ -87,7 +87,7 @@ const AboutPage = () => {
-

Community:

+

:

All of the current PlebDevs Community channels.

  • Nostr: Public plebdevs nostr chat (Read / Write)
    * this is the only feed that you can write to from the plebdevs platform currently.