Skip to content

Commit

Permalink
Sync from main to dev (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Aug 6, 2024
2 parents 95d4f69 + 7fa68ae commit e2f88fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 4 additions & 4 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import { useTerms } from "@/app/context/Terms/TermsContext";
const iconLinks = [
{
name: "Website",
url: "https://babylonchain.io",
url: "https://babylonlabs.io",
Icon: GoHome,
},
{
name: "X",
url: "https://twitter.com/babylon_chain",
url: "https://x.com/babylonlabs_io",
Icon: FaXTwitter,
},
{
Expand All @@ -35,7 +35,7 @@ const iconLinks = [
},
{
name: "LinkedIn",
url: "https://www.linkedin.com/company/babylon-chain/",
url: "https://www.linkedin.com/company/babylon-labs-official",
Icon: BsLinkedin,
},
{
Expand All @@ -45,7 +45,7 @@ const iconLinks = [
},
{
name: "Docs",
url: "https://docs.babylonchain.io/",
url: "https://docs.babylonlabs.io/",
Icon: IoMdBook,
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/Modals/Terms/data/terms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const Terms = () => {
</a>{" "}
is a website-hosted user interface (the{" "}
<i className="text-primary">“Interface”</i>).{" "}
<a href="https://babylonchain.io" className="text-primary">
BabylonChain.io
<a href="https://babylonlabs.io" className="text-primary">
BabylonLabs.io
</a>{" "}
is our website (<i className="text-primary">“Website”</i>).
</p>
Expand Down

0 comments on commit e2f88fc

Please sign in to comment.