Skip to content

Commit

Permalink
Merge pull request #674 from near/updates
Browse files Browse the repository at this point in the history
feature the new nearweek new app
  • Loading branch information
charleslavon authored Feb 27, 2024
2 parents 3289dd6 + a68045b commit b947ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote-develop-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: weekly-production-release

on:
schedule:
- cron: '0 0 * * THU'
- cron: '0 0 * * 2,4'

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion src/NearOrg/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const sections = [
},
{
title: "News",
url: "/nearweekapp.near/widget/nearweek-news",
url: "/nearweekapp.near/widget/nearweek.com",
},
{
title: "Events",
Expand Down
2 changes: 1 addition & 1 deletion src/NearOrg/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ return (
<Widget
src="${REPL_ACCOUNT}/widget/DIG.Button"
props={{
href: "/nearweekapp.near/widget/nearweek-news",
href: "/nearweekapp.near/widget/nearweek.com",
label: "All News",
variant: "affirmative",
size: "large",
Expand Down
2 changes: 1 addition & 1 deletion src/News/NearweekSidebarFeed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ return (
</Card>
))}
</Content>
<ButtonLink href="https://near.org/nearweekapp.near/widget/nearweek-news" target="_blank">
<ButtonLink href="https://near.org/nearweekapp.near/widget/nearweek.com" target="_blank">
View All News
</ButtonLink>
</Wrapper>
Expand Down

0 comments on commit b947ffa

Please sign in to comment.