Skip to content

Commit

Permalink
Merge branch 'update-title' into oneclick-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqian committed Feb 25, 2024
2 parents 18b044e + 077efee commit afdc591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/BetaInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const BetaInfo = () => {
mainnet:{" "}
<Link
href="https://app.burrow.cash"
title="Burrow Cash"
title="Burrow Finance"
target="_blank"
fontWeight="bold"
color={theme.palette.primary.main}
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function MyApp({ Component, pageProps }: AppProps) {
<PersistGate loading={null} persistor={persistor}>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Burrow Cash</title>
<title>Burrow Finance</title>
</Head>
<Layout>
<Init />
Expand Down
2 changes: 1 addition & 1 deletion utils/wallet-selector-compat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let selector: WalletSelector | null = null;
const walletConnect = setupWalletConnect({
projectId: WALLET_CONNECT_ID,
metadata: {
name: "Burrow Cash",
name: "Burrow Finance",
description: "Burrow with NEAR Wallet Selector",
url: "https://github.com/near/wallet-selector",
icons: ["https://avatars.githubusercontent.com/u/37784886"],
Expand Down

0 comments on commit afdc591

Please sign in to comment.