Skip to content

Commit d4482e3

Browse files
authored
fix(docs): update brand asset label and footer (#744)
2 parents 58266f3 + 78dbe60 commit d4482e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/network/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
383383
Integrating Flare is similar to integrating Ethereum or other EVM chains.
384384
To add it to your exchange set up an [RPC node](/run-node#rpc-node) and use the appropriate [network configuration](#configuration) for Flare Mainnet.
385385

386-
Additional resources: [Flare brand assets](https://flare.network/media/), [go-flare source code](https://github.com/flare-foundation/go-flare)
386+
Additional resources: [Flare Media Kit](https://flare.network/media/), [go-flare source code](https://github.com/flare-foundation/go-flare)
387387

388388
:::
389389

docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,21 @@ const config: Config = {
126126
title: "Flare",
127127
items: [
128128
{
129-
label: "Contact",
130-
href: "https://flare.network/resources/developer-support",
129+
label: "Support",
130+
href: "https://flare.network/resources/technical-support",
131131
},
132132
{
133-
label: "Our Team",
134-
href: "https://flare.network/team",
135-
},
136-
{
137-
label: "Brand Assets",
133+
label: "Media Kit",
138134
href: "https://drive.google.com/drive/u/1/folders/1mPrtIBb2k88E4f1fguEm3eAXLW74xOry",
139135
},
140136
{
141137
label: "Terms & Conditions",
142138
href: "https://flare.network/privacy-policy/",
143139
},
140+
{
141+
label: "UK Disclaimer",
142+
href: "https://flare.network/uk-disclaimer",
143+
},
144144
],
145145
},
146146
{

0 commit comments

Comments
 (0)