Skip to content

Commit

Permalink
Merge pull request #432 from darwinia-network/bear-update-notion-link
Browse files Browse the repository at this point in the history
Update Notion link
  • Loading branch information
boundless-forest authored Sep 29, 2024
2 parents 6625773 + f728605 commit 15ebf49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions src/components/FooterLinks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const columns: { sections: Section[] }[] = [
href: "https://github.com/orgs/darwinia-network/discussions",
isExternal: true
},
{
{
text: "RingDAO",
href: "https://docs.darwinia.network/community/ringdao/",
isExternal: true,
Expand Down Expand Up @@ -93,7 +93,7 @@ export const columns: { sections: Section[] }[] = [
{ text: "Wiki", href: "https://docs.darwinia.network/", isExternal: true },
{
text: "Roadmap",
href: "https://darwinia.notion.site/c700133dd5a04c2494ceab489c75c907?v=8ff88199019d4236a3b9a190f5e7b9d5",
href: "https://ringdao.notion.site/10daad1d671e80a48e04edd0917f4be6?v=fffaad1d671e81cd9321000c79aeec2c",
isExternal: true,
},
{ text: "Blog", href: "https://medium.com/darwinianetwork", isExternal: true },
Expand All @@ -106,7 +106,7 @@ export const columns: { sections: Section[] }[] = [
// { text: "Careers", href: "#", isExternal: true },
{
text: "Brand",
href: "https://darwinia.notion.site/Brand-Assets-9bd35f88f0674232954737577616f2c2",
href: "https://ringdao.notion.site/Brand-Assets-10daad1d671e809b8cade67cfa9fe5a9?pvs=74",
isExternal: true,
},
],
Expand Down
24 changes: 12 additions & 12 deletions src/components/Header/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export const navigations: {
{
label: "Use Darwinia",
sub: [
// { label: "Get RING", link: "https://darwinia.notion.site/Where-can-I-get-the-RING-token-c0932eaa99454be99335fdfff106e789", isExternal: true },

{
label: "Get RING",
link: "/get-ring",
isExternal: false,
},
{
label: "Apps",
link: "https://apps.darwinia.network/",
isExternal: true
{
label: "Apps",
link: "https://apps.darwinia.network/",
isExternal: true
},
{
label: "Collator Staking",
Expand All @@ -33,10 +33,10 @@ export const navigations: {
link: "https://darwinia2.subsquare.io/",
isExternal: true,
},
{
label: "Bridge",
link: "https://bridge.darwinia.network",
isExternal: true
{
label: "Bridge",
link: "https://bridge.darwinia.network",
isExternal: true
},
],
},
Expand All @@ -52,7 +52,7 @@ export const navigations: {
{ label: "News & Updates", link: "https://medium.com/darwinianetwork", isExternal: true },
{
label: "Roadmap",
link: "https://darwinia.notion.site/c700133dd5a04c2494ceab489c75c907?v=8ff88199019d4236a3b9a190f5e7b9d5",
link: "https://ringdao.notion.site/10daad1d671e80a48e04edd0917f4be6?v=fffaad1d671e81cd9321000c79aeec2c",
isExternal: true,
},
{ label: "Genepaper v4", link: "/Genepaper_v4.pdf", isExternal: true },
Expand Down Expand Up @@ -94,12 +94,12 @@ export const navigations: {
{ label: "Bounty Program", link: "https://github.com/darwinia-network/collaboration/blob/master/bounty/README.md", isExternal: true },
{
label: "Help Center",
link: "https://darwinia.notion.site/a76d5bdc7ad242bea991c023dfca208f?v=5fb127fc9a7a4d67a3bbc3ed50445180",
link: "https://github.com/orgs/ringecosystem/discussions",
isExternal: true,
},
{
label: "Brand Assets",
link: "https://darwinia.notion.site/Brand-Assets-9bd35f88f0674232954737577616f2c2",
link: "https://ringdao.notion.site/Brand-Assets-10daad1d671e809b8cade67cfa9fe5a9",
isExternal: true,
},
],
Expand Down

0 comments on commit 15ebf49

Please sign in to comment.