diff --git a/components/new-index/FeedItem.js b/components/new-index/FeedItem.js
index d5e5fe1b..3d787601 100644
--- a/components/new-index/FeedItem.js
+++ b/components/new-index/FeedItem.js
@@ -55,7 +55,7 @@ export default function FeedItem({ height = 20, post = {}, index = 0 }) {
diff --git a/components/new-index/SourcePanel.js b/components/new-index/SourcePanel.js
index a76031f0..a2807807 100644
--- a/components/new-index/SourcePanel.js
+++ b/components/new-index/SourcePanel.js
@@ -44,10 +44,10 @@ export default function SourcePanel({ desc, title, className, titleSize }) {
>
{title}
-
+
{desc}
-
+
{/*
*/}
>
) : error ? (
@@ -56,7 +56,7 @@ export default function SourcePanel({ desc, title, className, titleSize }) {
{intl.formatMessage({ id: "signup.tip.again" })} {" "}
🤖
-
+
{intl.formatMessage({ id: "signup.res.error" })}
>
@@ -66,7 +66,7 @@ export default function SourcePanel({ desc, title, className, titleSize }) {
{intl.formatMessage({ id: "signup.input.check" })} {" "}
🎉
-
+
{intl.formatMessage({ id: "signup.input.click" })}
>
diff --git a/components/new-index/TopicItem.js b/components/new-index/TopicItem.js
index bff48f74..b088828e 100644
--- a/components/new-index/TopicItem.js
+++ b/components/new-index/TopicItem.js
@@ -47,7 +47,7 @@ export default function TopicItem({ topic = {} }) {
diff --git a/components/new-index/TopicTopItem.js b/components/new-index/TopicTopItem.js
index abb80008..99877224 100644
--- a/components/new-index/TopicTopItem.js
+++ b/components/new-index/TopicTopItem.js
@@ -61,7 +61,7 @@ export default function TopicTopItem({ topic = {} }) {
{slug && (
-
+
{title}
diff --git a/components/newsletter/SignupHomepage.js b/components/newsletter/SignupHomepage.js
index 7d03e020..a45476a5 100644
--- a/components/newsletter/SignupHomepage.js
+++ b/components/newsletter/SignupHomepage.js
@@ -65,12 +65,12 @@ export default function SignupHomepage({ className }) {
>
) : (
-
+
{intl.formatMessage({ id: "signup.input.check" })} {" "}
🎉
{intl.formatMessage({ id: "signup.input.click" })}
@@ -147,7 +147,7 @@ function HookForm(props) {
{/* */}
-
+
{errors.emailRequired && errors.emailRequired.type === "required" && (
diff --git a/components/post-preview.js b/components/post-preview.js
index 793a079e..f7608c66 100644
--- a/components/post-preview.js
+++ b/components/post-preview.js
@@ -57,7 +57,7 @@ export default function PostPreview({
{title}
-
+
{tag?`${tag.attributes?.name}`:''}
diff --git a/components/post-title.js b/components/post-title.js
index 298da9a1..22bcb008 100644
--- a/components/post-title.js
+++ b/components/post-title.js
@@ -1,6 +1,6 @@
export default function PostTitle({ children }) {
return (
-
+
{children}
);
diff --git a/components/related-posts.js b/components/related-posts.js
index 48d27e1d..24ae1fcc 100644
--- a/components/related-posts.js
+++ b/components/related-posts.js
@@ -8,7 +8,7 @@ export default function RelatedPosts({
}) {
return (
-
{title}
+ {title}
{relatedPosts.map((post, index) => {
post = post.attributes;
const img = post?.legacyFeaturedImage?.logoNew
diff --git a/components/sign-in/LoginForm.jsx b/components/sign-in/LoginForm.jsx
index 19f5e587..0571e4f9 100644
--- a/components/sign-in/LoginForm.jsx
+++ b/components/sign-in/LoginForm.jsx
@@ -70,7 +70,7 @@ const InviteOnlyForm = ({
/>
-
+
Create an account
@@ -241,7 +241,7 @@ const ProviderForm = ({
alt="Prototypr Logo"
/>
-
+
{(isSignUp || inviteeEmail) ? `You're invited!` : "Welcome back"}
{(isSignUp || inviteeEmail) ? (
diff --git a/components/sign-in/LoginSide.jsx b/components/sign-in/LoginSide.jsx
index 0627097d..a1d6b262 100644
--- a/components/sign-in/LoginSide.jsx
+++ b/components/sign-in/LoginSide.jsx
@@ -9,7 +9,7 @@ const LoginSide = ({ user, title, showArrow }) => {
:null}
-
+
{title?title: 'From concept to creation, start here.'}
Turn ideas into reality with tools and resources for every step of your product journey.
diff --git a/components/sub-nav.js b/components/sub-nav.js
index 36035029..ccdc7c0f 100644
--- a/components/sub-nav.js
+++ b/components/sub-nav.js
@@ -422,7 +422,7 @@ export const NavigationMenuDemo = ({ activeNav, collapse }) => {
@@ -561,7 +561,7 @@ export const NavigationMenuDemo = ({ activeNav, collapse }) => {
{/* tagline */}
{
toast.success("Upload complete!", {
duration: 3000,
});
+ setIsSubmitting(false);
})
.catch(function (error) {
console.log(error);
toast.console.warn("The logo failed to save.", {
duration: 3000,
});
+ setIsSubmitting(false);
});
}
@@ -214,12 +216,14 @@ const Form = ({ user, postObject, isEditMode }) => {
} else {
setIsSubmitting(false);
}
+ setIsSubmitting(false);
})
.catch(function (error) {
console.log(error);
toast.console.warn("The gallery failed to update.", {
duration: 3000,
});
+ setIsSubmitting(false);
});
}
}
diff --git a/components/toolbox/toolboxSearchBox.js b/components/toolbox/toolboxSearchBox.js
index d687b2f1..f5cd835d 100644
--- a/components/toolbox/toolboxSearchBox.js
+++ b/components/toolbox/toolboxSearchBox.js
@@ -132,7 +132,7 @@ const Hit = ({ hit }) => {
hit={hit}
/>
-
+
{hit.type}
diff --git a/components/user/InterestsSelect.js b/components/user/InterestsSelect.js
index 1b8488e5..a8f7928c 100644
--- a/components/user/InterestsSelect.js
+++ b/components/user/InterestsSelect.js
@@ -139,10 +139,10 @@ const InterestsSelect = ({user,next, previous, selectedOptions, setSelectedOptio
{next?
-
+
What are your goals?
-
+
Let us know what you're looking for
diff --git a/components/user/NewslettersSelect.js b/components/user/NewslettersSelect.js
index 18d335f1..16646b6a 100644
--- a/components/user/NewslettersSelect.js
+++ b/components/user/NewslettersSelect.js
@@ -119,10 +119,10 @@ const NewslettersSelect = ({user,next, previous, selectedOptions, setSelectedOpt
{next?
-
+
Choose newsletter updates
-
+
Stay in the loop, get job opportunities and more
diff --git a/components/user/TopicsSelect.js b/components/user/TopicsSelect.js
index a1bc412b..c75adb82 100644
--- a/components/user/TopicsSelect.js
+++ b/components/user/TopicsSelect.js
@@ -91,11 +91,11 @@ const TopicsSelect = ({
{next?
<>
-
+
Choose some topics
-
+
Share your interests
>
diff --git a/components/user/WMOnboarding.jsx b/components/user/WMOnboarding.jsx
index a0775b4c..7b7e86d7 100644
--- a/components/user/WMOnboarding.jsx
+++ b/components/user/WMOnboarding.jsx
@@ -55,7 +55,7 @@ export default function Onboarding({ allTags, user }) {
render={({ previous }) => (
-
+
{`You're ready to go!`}
diff --git a/components/v4/avatar/Avatar.js b/components/v4/avatar/Avatar.js
index fa3fb8ef..32054e3c 100644
--- a/components/v4/avatar/Avatar.js
+++ b/components/v4/avatar/Avatar.js
@@ -16,7 +16,7 @@ const Avatar = ({ size, author, src, date }) => {
}
return (
-
+
diff --git a/components/v4/avatar/AvatarLine.js b/components/v4/avatar/AvatarLine.js
index 9fd9a79e..c70aab77 100644
--- a/components/v4/avatar/AvatarLine.js
+++ b/components/v4/avatar/AvatarLine.js
@@ -16,7 +16,7 @@ const AvatarLine = ({ size, author, src, date }) => {
}
return (
-
+
{
return (
- //
+ //
{
return (
-
+
{
return (
-
+
{
return (
- //
-
+ //
+
{
return (
-
+
{
return (
-
+
{
>
-
+
{topic?.name}
- {/*
+ {/*
Promoted
*/}
{(topic?.name && showCount!==false) ? (
//
- {/*
*/}
+ {/* */}
{topic.count} articles
diff --git a/components/v4/card/CategoriesIconCardLarge.js b/components/v4/card/CategoriesIconCardLarge.js
index 3eb1e289..45928824 100644
--- a/components/v4/card/CategoriesIconCardLarge.js
+++ b/components/v4/card/CategoriesIconCardLarge.js
@@ -31,16 +31,16 @@ const CategoriesIconCardLarge = ({ topic, withBackground }) => {
:''}
-
+
{topic?.name}
- {/*
+ {/*
Promoted
*/}
{topic?.name ? (
//
- {/*
*/}
+ {/* */}
{topic.count} resources
diff --git a/components/v4/card/CategoriesOption.js b/components/v4/card/CategoriesOption.js
index fdbe946d..f1894291 100644
--- a/components/v4/card/CategoriesOption.js
+++ b/components/v4/card/CategoriesOption.js
@@ -14,16 +14,16 @@ const CategoriesOption = ({ topic, withBackground, showCount }) => {
:''}
-
+
{topic?.name}
- {/*
+ {/*
Promoted
*/}
{(topic?.name && showCount!==false) ? (
//
- {/* */}
+ {/* */}
{topic.count} articles
diff --git a/components/v4/card/JumboTag.js b/components/v4/card/JumboTag.js
index 83c2bbb1..13d38e2d 100644
--- a/components/v4/card/JumboTag.js
+++ b/components/v4/card/JumboTag.js
@@ -37,7 +37,7 @@ const JumboTag = ({ topic, withBackground, showCount }) => {
-
+
{topic?.name}
diff --git a/components/v4/card/JumboTagB.js b/components/v4/card/JumboTagB.js
index 5e82902a..9926679b 100644
--- a/components/v4/card/JumboTagB.js
+++ b/components/v4/card/JumboTagB.js
@@ -36,7 +36,7 @@ const JumboTag = ({ topic, withBackground, showCount }) => {
-
+
{topic?.name}
diff --git a/components/v4/card/JumboTagC.js b/components/v4/card/JumboTagC.js
index 8e35e672..04861a9c 100644
--- a/components/v4/card/JumboTagC.js
+++ b/components/v4/card/JumboTagC.js
@@ -32,7 +32,7 @@ const JumboTag = ({ topic, withBackground, showCount }) => {
-
+
{topic?.name}
diff --git a/components/v4/card/NewsColumnCard.js b/components/v4/card/NewsColumnCard.js
index 97627c6a..089f6fa3 100644
--- a/components/v4/card/NewsColumnCard.js
+++ b/components/v4/card/NewsColumnCard.js
@@ -58,16 +58,16 @@ const NewsColumnCard = ({ tool, withBackground, small }) => {
)}
*/}
-
+
{title}
- {/*
+ {/*
Promoted
*/}
{tags?.data?.length ? (
//
- {/*
*/}
+ {/* */}
{tags?.data[0]?.attributes?.name}
diff --git a/components/v4/card/SmallCard/MediumPost.js b/components/v4/card/SmallCard/MediumPost.js
index 95276bbf..c8b14b9c 100644
--- a/components/v4/card/SmallCard/MediumPost.js
+++ b/components/v4/card/SmallCard/MediumPost.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const MediumPost = ({post,showAuthor,showDescription,link, title, image, tags, date, avatar, author, excerpt, imageSmall, imageVSmall, imageHeight}) => {
return (
-
+
{image && post?.attributes?.base64 ? (
diff --git a/components/v4/card/SmallCard/SmallCard.js b/components/v4/card/SmallCard/SmallCard.js
index e7bcb884..a9fcacfe 100644
--- a/components/v4/card/SmallCard/SmallCard.js
+++ b/components/v4/card/SmallCard/SmallCard.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCardB = ({ title, image, tags, date, avatar, author }) => {
return (
-
+
{image ? (
{
return (
-
+
{image ? (
diff --git a/components/v4/card/SmallCard/SmallCardC.js b/components/v4/card/SmallCard/SmallCardC.js
index 6cdb8878..bb36ce80 100644
--- a/components/v4/card/SmallCard/SmallCardC.js
+++ b/components/v4/card/SmallCard/SmallCardC.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCardB = ({ title, image, tags, date, avatar, author }) => {
return (
-
+
{image ? (
{
return (
-
+
{image ? (
{
return (
-
+
{image ? (
diff --git a/components/v4/card/SmallCard/SmallCardF.js b/components/v4/card/SmallCard/SmallCardF.js
index 7c19b207..8f91c34f 100644
--- a/components/v4/card/SmallCard/SmallCardF.js
+++ b/components/v4/card/SmallCard/SmallCardF.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCard = ({link, title, image, tags, date, avatar, author, content, excerpt }) => {
return (
-
+
diff --git a/components/v4/card/SmallCard/SmallCardG.js b/components/v4/card/SmallCard/SmallCardG.js
index fe881cf3..f74d89e5 100644
--- a/components/v4/card/SmallCard/SmallCardG.js
+++ b/components/v4/card/SmallCard/SmallCardG.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCard = ({link, title, image, tags, date, avatar, author, excerpt }) => {
return (
-
+
{image ? (
diff --git a/components/v4/card/SmallCard/SmallCardH.js b/components/v4/card/SmallCard/SmallCardH.js
index 4133d05b..9bed929c 100644
--- a/components/v4/card/SmallCard/SmallCardH.js
+++ b/components/v4/card/SmallCard/SmallCardH.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCard = ({link, title, image, tags, date, avatar, author }) => {
return (
-
+
{image ? (
diff --git a/components/v4/card/SmallCard/SmallCardPost.js b/components/v4/card/SmallCard/SmallCardPost.js
index 85f1a779..722b3ed9 100644
--- a/components/v4/card/SmallCard/SmallCardPost.js
+++ b/components/v4/card/SmallCard/SmallCardPost.js
@@ -6,7 +6,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCard = ({link, title, image, tags, date, avatar, author, excerpt }) => {
return (
-
+
{image ? (
diff --git a/components/v4/card/SmallCard/SmallCardStacked.js b/components/v4/card/SmallCard/SmallCardStacked.js
index 9d10a112..3f17c009 100644
--- a/components/v4/card/SmallCard/SmallCardStacked.js
+++ b/components/v4/card/SmallCard/SmallCardStacked.js
@@ -7,7 +7,7 @@ import gumletLoader from "@/components/new-index/gumletLoader";
const SmallCardStacked = ({ title, image, tags, date, avatar, author, showAuthor, link }) => {
return (
-
+
{image ? (
diff --git a/components/v4/card/ToolIconCard.js b/components/v4/card/ToolIconCard.js
index 68dca35b..4ef67662 100644
--- a/components/v4/card/ToolIconCard.js
+++ b/components/v4/card/ToolIconCard.js
@@ -73,9 +73,9 @@ const ToolIconCard = ({ tool, withBackground, small }) => {
/>
-
+
{title}
- {/*
+ {/*
Promoted
*/}
diff --git a/components/v4/card/ToolLargeCard.js b/components/v4/card/ToolLargeCard.js
index ddadee36..08126833 100644
--- a/components/v4/card/ToolLargeCard.js
+++ b/components/v4/card/ToolLargeCard.js
@@ -75,16 +75,16 @@ const coverImage = tool.legacyFeaturedImage?.mediaItemUrl || tool.legacyFeatured
)}
-
+
{title}
- {/*
+ {/*
Promoted
*/}
{tags?.data?.length ? (
//
- {/*
*/}
+ {/* */}
{tags?.data[0]?.attributes?.name}
diff --git a/components/v4/card/ToolLargeCardProfile.js b/components/v4/card/ToolLargeCardProfile.js
index 13275dab..39b63d65 100644
--- a/components/v4/card/ToolLargeCardProfile.js
+++ b/components/v4/card/ToolLargeCardProfile.js
@@ -39,7 +39,7 @@ const coverImage = tool.legacyFeaturedImage?.mediaItemUrl || tool.legacyFeatured
}}
className="flex"
>
-
+
{coverImage ? (
-
+
{title}
{tags?.data?.length ? (
//
- {/* */}
+ {/* */}
{tags?.data[0]?.attributes?.name}
@@ -94,7 +94,7 @@ const coverImage = tool.legacyFeaturedImage?.mediaItemUrl || tool.legacyFeatured
-
+
Toolbox
diff --git a/components/v4/card/TopicsCloudCard.js b/components/v4/card/TopicsCloudCard.js
index 6df779f5..cf525082 100644
--- a/components/v4/card/TopicsCloudCard.js
+++ b/components/v4/card/TopicsCloudCard.js
@@ -26,7 +26,7 @@ const tags = [
},
{
name: "User Research",
- link: "/posts/ui/page/1",
+ link: "/posts/user-research/page/1",
},
{
name: "Notion",
@@ -40,7 +40,7 @@ const tags = [
const TopicsCloudCard = ({title="Hot topics"}) => {
return (
-
+
{title}
{tags.map((tag, index) => {
diff --git a/components/v4/hero/IntroBanner.js b/components/v4/hero/IntroBanner.js
index 3bd50067..74c3e571 100644
--- a/components/v4/hero/IntroBanner.js
+++ b/components/v4/hero/IntroBanner.js
@@ -17,7 +17,7 @@ const IntroBanner = ({ tools, sponsor }) => {
// style={{background: 'linear-gradient(179.7deg, #040444, rgb(3 3 63))'}}
className="flex bg-[#EAE9F5] text-gray-800 overflow-hidden overflow-x-scroll bg-opacity-60 border border-gray-100 md:overflow-x-hidden rounded rounded-3xl"
>
-
+
{/*
*/}
{e.preventDefault();e.stopProgagation}}
diff --git a/components/v4/hero/IntroBanner2.js b/components/v4/hero/IntroBanner2.js
index b176764e..ee61e025 100644
--- a/components/v4/hero/IntroBanner2.js
+++ b/components/v4/hero/IntroBanner2.js
@@ -47,14 +47,14 @@ const IntroBanner = ({ tools, sponsor }) => {
{/*
*/}
![](/static/images/toolbox/toolbox-bg-2.svg)
-
+
{e.preventDefault();e.stopProgagation}}
className="pointer-events-auto md:pr-0 rounded-3xl z-10" style={{width:'fit-content'}}>
Everything is a
prototype
-
+
Start something new. Write a draft, design an app, curate inspiration. Life is a prototype, share your story.
diff --git a/components/v4/hero/IntroBanner3.js b/components/v4/hero/IntroBanner3.js
index b7a28c17..e1125265 100644
--- a/components/v4/hero/IntroBanner3.js
+++ b/components/v4/hero/IntroBanner3.js
@@ -17,7 +17,7 @@ const IntroBanner = ({ tools, sponsor }) => {
// style={{background: 'linear-gradient(179.7deg, #040444, rgb(3 3 63))'}}
className="flex bg-blue-700 text-white text-left text-gray-800 overflow-hidden overflow-x-scroll border border-gray-100 md:overflow-x-hidden rounded rounded-3xl"
>
-
+
{/*
*/}
{e.preventDefault();e.stopProgagation}}
diff --git a/components/v4/hero/hero.js b/components/v4/hero/hero.js
index bbafe501..df3680f4 100644
--- a/components/v4/hero/hero.js
+++ b/components/v4/hero/hero.js
@@ -38,11 +38,11 @@ const AuthorCard = ({ data }) => {
{data?.attributes?.firstName ? (
-
+
{data?.attributes?.firstName} {data?.attributes?.lastName}
) : (
-
Unknown
+
Unknown
)}
>
@@ -54,7 +54,7 @@ const MetaInfo = ({ tags = [] }) => {
return (
{tagContent[0]?.attributes?.name && (
-
+
{tagContent[0]?.attributes?.name}
)}
@@ -121,10 +121,10 @@ const LargeCardWithImage = ({ data, type = "regular", colSpan }) => {
)}{" "}
-
+
{type === "regular" ? data?.attributes?.title : data?.title}
-
+
{type === "regular" ? data?.attributes?.excerpt : data?.excerpt}
@@ -185,10 +185,10 @@ const SmallCardWithImage = ({ src, data, type }) => {
)}{" "}
-
+
{type === "regular" ? data?.attributes?.title : data?.title}
-
+
{type === "regular" ? data?.attributes?.excerpt : data?.excerpt}
@@ -218,7 +218,7 @@ const JobFeatureCard = ({ item }) => {
-
+
{companyName}, is looking for a{" "}
{title} in {locations[0]?.name}.
@@ -300,8 +300,8 @@ const HeroGrid = ({
-
Tools and resources to shape every idea
-
Join 25,000+ creatives who enjoy a regular dose of inspiration and motivation, delivered to your inbox every week.
+
Tools and resources to shape every idea
+
Join 25,000+ creatives who enjoy a regular dose of inspiration and motivation, delivered to your inbox every week.
diff --git a/components/v4/layout/CardColumn.js b/components/v4/layout/CardColumn.js
index bd265458..7999b24d 100644
--- a/components/v4/layout/CardColumn.js
+++ b/components/v4/layout/CardColumn.js
@@ -28,7 +28,7 @@ const CardColumn = ({
New products, daily.
- {/*
+ {/*
See all
*/}
diff --git a/components/v4/layout/HeroPostGrid.js b/components/v4/layout/HeroPostGrid.js
index 8b51d1d7..e7d60b7c 100644
--- a/components/v4/layout/HeroPostGrid.js
+++ b/components/v4/layout/HeroPostGrid.js
@@ -42,7 +42,7 @@ const HeroPostGrid = ({
{showHeading !== false ?
: ""}
-
+
See all
diff --git a/components/v4/layout/LargePostGridB.js b/components/v4/layout/LargePostGridB.js
index 220114e8..3a12cb1c 100644
--- a/components/v4/layout/LargePostGridB.js
+++ b/components/v4/layout/LargePostGridB.js
@@ -18,7 +18,7 @@ const LargePostGrid = ({ largePost, smallPosts, showHeading,title }) => {
{showHeading!==false?
:''}
-
+
See all
diff --git a/components/v4/layout/LargePostGridC.js b/components/v4/layout/LargePostGridC.js
index 3e842311..4039112b 100644
--- a/components/v4/layout/LargePostGridC.js
+++ b/components/v4/layout/LargePostGridC.js
@@ -27,7 +27,7 @@ const LargePostGridC = ({ largePost, smallPosts, tools,showHeading, slug, headin
-
+
See all
@@ -39,7 +39,7 @@ const LargePostGridC = ({ largePost, smallPosts, tools,showHeading, slug, headin
{/*
-
+
@@ -47,7 +47,7 @@ const LargePostGridC = ({ largePost, smallPosts, tools,showHeading, slug, headin
:''}
{/*
-
+
Top reads
@@ -66,7 +66,7 @@ const LargePostGridC = ({ largePost, smallPosts, tools,showHeading, slug, headin
/>
{/* */}
- {/*
+ {/*
See more {heading}
diff --git a/components/v4/layout/NewsColumn.js b/components/v4/layout/NewsColumn.js
index 042ff600..21fd3a66 100644
--- a/components/v4/layout/NewsColumn.js
+++ b/components/v4/layout/NewsColumn.js
@@ -139,7 +139,7 @@ const NewsColumn = ({
- {/*
+ {/*
See all
*/}
diff --git a/components/v4/layout/PostGroupRow.js b/components/v4/layout/PostGroupRow.js
index ac89db85..936ddf5b 100644
--- a/components/v4/layout/PostGroupRow.js
+++ b/components/v4/layout/PostGroupRow.js
@@ -24,7 +24,7 @@ const PostGroupRow = ({ largePost, smallPosts, description,title,topicObject })
{/*
-
+
{intl.formatMessage({ id: title })}
diff --git a/components/v4/layout/SidePanelAuthors.js b/components/v4/layout/SidePanelAuthors.js
index ab68d239..8b8ec3e5 100644
--- a/components/v4/layout/SidePanelAuthors.js
+++ b/components/v4/layout/SidePanelAuthors.js
@@ -4,7 +4,7 @@ const SidePanelAuthors = ({ list, topic }) => {
return (
-
+
{topic} contributors
@@ -20,7 +20,7 @@ const SidePanelAuthors = ({ list, topic }) => {
})}
{/*
-
+
diff --git a/components/v4/layout/SidePanelJobs.js b/components/v4/layout/SidePanelJobs.js
index aad1fe88..c420f4dd 100644
--- a/components/v4/layout/SidePanelJobs.js
+++ b/components/v4/layout/SidePanelJobs.js
@@ -6,7 +6,7 @@ const SidePanelJobs = ({ list }) => {
return (
-
+
Opportunities
@@ -28,7 +28,7 @@ const SidePanelJobs = ({ list }) => {
})}
-
+
diff --git a/components/v4/layout/SidePanelTools.js b/components/v4/layout/SidePanelTools.js
index 992e5a82..0a7672af 100644
--- a/components/v4/layout/SidePanelTools.js
+++ b/components/v4/layout/SidePanelTools.js
@@ -7,16 +7,16 @@ const SidePanelTools = ({list}) =>{
-
+
Latest Tools
{/*
-
+
Latest Tools
See all
@@ -38,7 +38,7 @@ const SidePanelTools = ({list}) =>{
})}
-
{`See All ->`}
+ {`See All ->`}
diff --git a/components/v4/layout/ToolBackgroundCardRow.js b/components/v4/layout/ToolBackgroundCardRow.js
index 1dfb29e6..7a42806c 100644
--- a/components/v4/layout/ToolBackgroundCardRow.js
+++ b/components/v4/layout/ToolBackgroundCardRow.js
@@ -9,11 +9,11 @@ const ToolBackgroundCardRow = ({ tools , showTitle}) => {
return (
<>
{/* {showTitle!==false?
-
+
Featured tools
-
+
See all
diff --git a/components/v4/layout/ToolCollection.js b/components/v4/layout/ToolCollection.js
index 6a139d4c..834c838e 100644
--- a/components/v4/layout/ToolCollection.js
+++ b/components/v4/layout/ToolCollection.js
@@ -6,7 +6,7 @@ const ToolCollection = ({ tools, topic, tagline,slug }) => {
{/* heading - removed for now */}
{/*
-
+
{topic} tools
diff --git a/components/v4/layout/ToolIconCardRow.js b/components/v4/layout/ToolIconCardRow.js
index 6fc2b16f..70f5470a 100644
--- a/components/v4/layout/ToolIconCardRow.js
+++ b/components/v4/layout/ToolIconCardRow.js
@@ -16,7 +16,7 @@ const ToolIconCardRow = ({ tools, title, textColor, withBackground, showHeader }
>}
-
+
See all
diff --git a/components/v4/layout/ToolIconCardRowSmall.js b/components/v4/layout/ToolIconCardRowSmall.js
index d7b6f2dd..2e063910 100644
--- a/components/v4/layout/ToolIconCardRowSmall.js
+++ b/components/v4/layout/ToolIconCardRowSmall.js
@@ -27,7 +27,7 @@ const ToolIconCardRow = ({ tools, topic, tagline }) => {
{topic}
tools
-
+
See all
diff --git a/components/v4/layout/ToolLargeCardRow.js b/components/v4/layout/ToolLargeCardRow.js
index 7e4a5813..662af7ac 100644
--- a/components/v4/layout/ToolLargeCardRow.js
+++ b/components/v4/layout/ToolLargeCardRow.js
@@ -9,11 +9,11 @@ const ToolLargeCardRow = ({ tools , showTitle, preload}) => {
return (
<>
{showTitle!==false?
-
+
Featured tools
-
+
See all
diff --git a/components/v4/layout/ToolsColumn.js b/components/v4/layout/ToolsColumn.js
index 798bf335..88075a4e 100644
--- a/components/v4/layout/ToolsColumn.js
+++ b/components/v4/layout/ToolsColumn.js
@@ -16,7 +16,7 @@ const ToolsColumn = ({ tools, title, textColor, withBackground, showHeader }) =>
>}
-
+
See all
diff --git a/components/v4/layout/TopicsGridHome.js b/components/v4/layout/TopicsGridHome.js
index 1fece1e6..5f401755 100644
--- a/components/v4/layout/TopicsGridHome.js
+++ b/components/v4/layout/TopicsGridHome.js
@@ -27,7 +27,7 @@ const TopicsGridHome = ({ largePost, smallPosts, tools,showHeading, slug, headin
-
+
See all
diff --git a/components/v4/listItem/AuthorListItem.js b/components/v4/listItem/AuthorListItem.js
index 10856bd2..4bdd4b04 100644
--- a/components/v4/listItem/AuthorListItem.js
+++ b/components/v4/listItem/AuthorListItem.js
@@ -35,7 +35,7 @@ const AuthorListItem = ({
""
)}
{author?.firstName ? (
<>
@@ -56,10 +56,10 @@ const AuthorListItem = ({
showLogo ? "-mt-2 bg-[#F7F7F8]" : ""
} flex flex-row gap-1 text-xs z-10 text-gray-500"`}
>
-
+
{name},
-
+
{locations[0]?.name}
*/}
diff --git a/components/v4/listItem/JobListItem.js b/components/v4/listItem/JobListItem.js
index b6613b89..19719737 100644
--- a/components/v4/listItem/JobListItem.js
+++ b/components/v4/listItem/JobListItem.js
@@ -37,7 +37,7 @@ const JobListItem = ({
{title}
@@ -46,10 +46,10 @@ const JobListItem = ({
showLogo ? "-mt-2 bg-[#F7F7F8]" : ""
} flex flex-row gap-1 text-xs z-10 text-gray-500"`}
>
-
+
{companyName},
-
+
{locations[0]?.name}
diff --git a/components/v4/listItem/ToolListItem.js b/components/v4/listItem/ToolListItem.js
index 589b30e8..a93e43c8 100644
--- a/components/v4/listItem/ToolListItem.js
+++ b/components/v4/listItem/ToolListItem.js
@@ -24,7 +24,7 @@ const ToolListItem = ({title, legacyFeaturedImage, slug, showLogo}) =>{
""
)}
diff --git a/components/v4/section/JumboTagsSection.js b/components/v4/section/JumboTagsSection.js
index 8d8b24d2..c8c2347a 100644
--- a/components/v4/section/JumboTagsSection.js
+++ b/components/v4/section/JumboTagsSection.js
@@ -38,7 +38,7 @@ const JumboTagsSection = ({popularTags}) =>{
-
+
All topics
diff --git a/components/v4/section/NewsletterPageHero.js b/components/v4/section/NewsletterPageHero.js
index 3a55d915..b04f6ef8 100644
--- a/components/v4/section/NewsletterPageHero.js
+++ b/components/v4/section/NewsletterPageHero.js
@@ -10,11 +10,11 @@ const NewsletterPageHero = ({title,padding}) =>{
className="w-full relative flex h-full w-full rounded-3xl p-6 pt-8"
>
-
{title?title:<>
+ {title?title:<>
Weekly tools and stories to
shape
every idea
>}
- Join 25,000+ creatives and receive our carefully curated digest of stories, tools and links, delivered to your inbox:
+
Join 25,000+ creatives and receive our carefully curated digest of stories, tools and links, delivered to your inbox:
- Top articles of the week
diff --git a/components/v4/section/NewsletterSection.js b/components/v4/section/NewsletterSection.js
index 5e16110b..f305df1b 100644
--- a/components/v4/section/NewsletterSection.js
+++ b/components/v4/section/NewsletterSection.js
@@ -10,10 +10,10 @@ const NewsletterSection = ({title,padding}) =>{
className="w-full relative flex h-full bg-[#eef2ff] w-full lg:mt-8 rounded-3xl p-6"
>
-
{title?title:<>
+ {title?title:<>
Get hand-picked stories
every week
>}
- Join 25,000+ creatives who enjoy a regular dose of inspiration and motivation, delivered to your inbox every week.
+
Join 25,000+ creatives who enjoy a regular dose of inspiration and motivation, delivered to your inbox every week.
diff --git a/components/v4/section/TagsNavRow.js b/components/v4/section/TagsNavRow.js
index 9eec59f0..17198034 100644
--- a/components/v4/section/TagsNavRow.js
+++ b/components/v4/section/TagsNavRow.js
@@ -51,12 +51,12 @@ const tags = [
},
{
name: "UX",
- link: "/posts/ui/page/1",
+ link: "/posts/ux/page/1",
slug:"ux"
},
{
name: "User Research",
- link: "/posts/ui/page/1",
+ link: "/posts/user-research/page/1",
slug:"user-research"
},
// {
diff --git a/components/v4/section/TopicIndexSection.js b/components/v4/section/TopicIndexSection.js
index 8377e3f6..462912a2 100644
--- a/components/v4/section/TopicIndexSection.js
+++ b/components/v4/section/TopicIndexSection.js
@@ -33,7 +33,7 @@ const TopicIndexSection = ({index,user, heroCardPost, viewablePosts, jobsSidebar
-
+
See all
diff --git a/components/v4/section/TopicSection.js b/components/v4/section/TopicSection.js
index f7377fa8..1de75554 100644
--- a/components/v4/section/TopicSection.js
+++ b/components/v4/section/TopicSection.js
@@ -50,7 +50,7 @@ const TopicSection = ({
-
+
{/*
More {heading}
*/}
See all
diff --git a/components/v4/section/TopicSectionB.js b/components/v4/section/TopicSectionB.js
index 23775a45..34d38b7b 100644
--- a/components/v4/section/TopicSectionB.js
+++ b/components/v4/section/TopicSectionB.js
@@ -49,7 +49,7 @@ const TopicSection = ({
-
+
{/*
More {heading}
*/}
See all
diff --git a/components/v4/text/RSSTitle.js b/components/v4/text/RSSTitle.js
index 210b632b..a1848476 100644
--- a/components/v4/text/RSSTitle.js
+++ b/components/v4/text/RSSTitle.js
@@ -5,7 +5,7 @@ const RSSTitle = ({title}) =>{
const intl = useIntl();
return(