-
+
+ {showToolbar!==false? :''}
diff --git a/components/navbar-menu-mobile.js b/components/navbar-menu-mobile.js
index 2867798a..fb286768 100644
--- a/components/navbar-menu-mobile.js
+++ b/components/navbar-menu-mobile.js
@@ -195,7 +195,12 @@ export const NavigationMenuDemo = ({
) : (
+
)}
+ hi
+
{intl.formatMessage({ id: "navbar.menu.title4" })}
+
+
diff --git a/components/newsletter/IssueList.js b/components/newsletter/IssueList.js
index 14aa8811..de18ec1e 100644
--- a/components/newsletter/IssueList.js
+++ b/components/newsletter/IssueList.js
@@ -2,12 +2,12 @@ import React from "react";
import dynamic from "next/dynamic";
const IssueItem = dynamic(() => import("@/components/newsletter/IssueItem"));
import { useIntl } from 'react-intl';
-export default function IssueList({ posts = [], marginTop }) {
+export default function IssueList({ posts = [], marginTop ,currentPage}) {
const intl = useIntl();
return (
-
+
- {intl.formatMessage({ id: "newsletter.issue" })} + {currentPage?`Page ${currentPage}`:intl.formatMessage({ id: "newsletter.issue" })}
{
diff --git a/components/newsletter/SignupHomepage.js b/components/newsletter/SignupHomepage.js
index 64f66a29..29c43da2 100644
--- a/components/newsletter/SignupHomepage.js
+++ b/components/newsletter/SignupHomepage.js
@@ -94,33 +94,38 @@ function HookForm(props) {
return (
{errors.emailRequired && errors.emailRequired.type === "required" && (
-
+
+
- {`${author?.firstName ? author?.firstName:''} ${author?.lastName ? author?.lastName:''} - ${(!author?.firstName && !author?.lastName) ? author?.name:''}`} + {`${author?.firstName ? author?.firstName:'New'} ${author?.lastName ? author?.lastName:'User'} + ${((!author?.firstName && !author?.lastName) && author?.name) ? author?.name:''}`}
- {author.role && ( + {author.bio && (- {author.role} + {author.bio?author.bio:'No description'}
)} {/* TAGS (no point showing them) */} diff --git a/components/sign-in/LoginForm.jsx b/components/sign-in/LoginForm.jsx index 6895fb6a..8ac58ca4 100644 --- a/components/sign-in/LoginForm.jsx +++ b/components/sign-in/LoginForm.jsx @@ -62,7 +62,7 @@ return(- Prototypr content is open to all, but only invited members can publish. Get an invite from current members or submit an application form to join as a contributor. + Prototypr content is open to all, but only invited members can create posts. Get an invite from current members or submit an application form to join as a creator.
{/* */}
{showInputForm == false ? (
@@ -78,7 +78,7 @@ return(
diff --git a/components/sign-in/LoginSide.jsx b/components/sign-in/LoginSide.jsx
index 343df882..3c547fc5 100644
--- a/components/sign-in/LoginSide.jsx
+++ b/components/sign-in/LoginSide.jsx
@@ -1,5 +1,5 @@
import {Sparkle} from 'phosphor-react'
-const LoginSide = ({ user, title }) => {
+const LoginSide = ({ user, title, showArrow }) => {
return (
- Join with Invite Code
+ Join with an invite
@@ -7,9 +7,9 @@ const LoginSide = ({ user, title }) => {
{/* */}