Skip to content

Commit

Permalink
fix: default name
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Nov 8, 2024
1 parent 687db94 commit 07d5f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/connectors/ConnectAlbyHub/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ConnectAlbyHub() {
setLoading(true);
const { nostrWalletConnectUrl } = formData;
const account = {
name: "AlbyHub",
name: "Alby Hub",
config: {
nostrWalletConnectUrl,
},
Expand Down

0 comments on commit 07d5f92

Please sign in to comment.