Skip to content

Commit

Permalink
Merge pull request #592 from axone-protocol/fix/axone-brand
Browse files Browse the repository at this point in the history
Fix/axone brand
  • Loading branch information
ccamel authored Oct 28, 2024
2 parents ff88d44 + 9e1e126 commit 6c9163a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, OKP4.com
Copyright (c) 2024, axone.xyz
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -26,4 +26,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10 changes: 5 additions & 5 deletions docs/contribute/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import IconDiscord from '/img/socials/discord.inline.svg'
import IconMedium from '/img/socials/medium.inline.svg'
import IconTwitter from '/img/socials/twitter.inline.svg'
import IconTelegram from '/img/socials/telegram.inline.svg'
import IconOKP4 from '/img/socials/logo-okp4-round.svg'
import IconAxone from '/img/socials/logo-axone-round.svg'

<div className="social_media">
<a
Expand All @@ -23,15 +23,15 @@ import IconOKP4 from '/img/socials/logo-okp4-round.svg'
rel="noreferrer"
className="socials_link website"
>
<IconOKP4 />
<IconAxone />
</a>

<a href="https://github.com/okp4" target="_blank" rel="noreferrer" className="socials_link github">
<a href="https://github.com/axone-protocol" target="_blank" rel="noreferrer" className="socials_link github">
<IconGithub />
</a>

<a
href="https://discord.com/invite/okp4"
href="https://discord.gg/axone"
target="_blank"
rel="noreferrer"
className="socials_link discord"
Expand All @@ -50,7 +50,7 @@ import IconOKP4 from '/img/socials/logo-okp4-round.svg'
</a>

<a
href="https://blog.okp4.network"
href="https://blog.axone.xyz/"
target="_blank"
rel="noreferrer"
className="socials_link medium"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"repository": "git@github.com:axone-protocol/docs.git",
"license": "BSD-3-Clause",
"description": "OKP4 procotol documentation",
"description": "Axone procotol documentation",
"homepage": "https://axone-protocol.github.io/docs",
"author": {
"name": "AXONE",
Expand Down
File renamed without changes

0 comments on commit 6c9163a

Please sign in to comment.