Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/near/neardevhub-widgets int…
Browse files Browse the repository at this point in the history
…o patch/448-post-editing
  • Loading branch information
carina-akaia committed Nov 9, 2023
2 parents b46f1fc + b31ca89 commit f06825f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/devhub/components/island/connect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Card = ({ title, description, href }) => {

const Cards = [
{
title: "Devhub Hacks",
title: "DevHub Hacks",
description: "Host and support developer focused events around the globe.",
href: "/${REPL_DEVHUB}/widget/app?page=community&handle=hacks",
},
Expand Down
20 changes: 10 additions & 10 deletions src/devhub/components/island/participate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ const Links = [
{
links: [
{
title: "Ideate on Devhub",
title: "Ideate on DevHub",
href: "/devhub.near/widget/app?page=blog&id=2029",
count: 1,
},
{
title: "Post a Proposal",
href: "/devhub.near/widget/app?page=blog&id=2035",
count: 4,
count: 2,
},
{
title: "Host an Event",
href: "/devhub.near/widget/app?page=community&handle=hacks&tab=Wiki%202",
count: 7,
count: 3,
},
],
},
Expand All @@ -57,26 +57,26 @@ const Links = [
{
title: "Improve NEAR Docs",
href: "https://github.com/near/docs",
count: 2,
count: 4,
},
{
title: "Join the Fellowship",
href: "/devhub.near/widget/app?page=community&handle=fellowship&tab=Wiki%201",
count: 5,
},
],
},
{
links: [
{
title: "Join NEAR Campus",
href: "/devhub.near/widget/app?page=community&handle=near-campus",
count: 3,
count: 6,
},
],
},
{
links: [
{
title: "Dive into Hackbox",
href: "/hackbox.near/widget/home",
count: 6,
count: 7,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/devhub/page/contribute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Container = styled.div`

const actions = [
{
title: "Ideate on Devhub",
title: "Ideate on DevHub",
description:
"The first step in any NEAR ecosystem project is ideation. It is crucial to have a way to find people to share and explore ideas with, partly because it can save a lot of time based on prior discussions. But also because it can you gauge support from a diversity of stakeholders.",
ctaAction: "Learn More →",
Expand Down
1 change: 1 addition & 0 deletions src/devhub/page/post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { id } = props;

const Container = styled.div`
padding: 0 3rem 3rem 3rem;
width: 100%;
@media screen and (max-width: 768px) {
padding: 0 1rem 1rem 1rem;
Expand Down

0 comments on commit f06825f

Please sign in to comment.