Skip to content

Commit

Permalink
add link to connectors docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Jul 17, 2024
1 parent 3e9232c commit f6c90ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/create-fuels-counter-guide/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
/**
* The list of wallet connectors.
* You can add or remove connectors from here based on your needs.
* See https://wallet.fuel.network/docs/dev/connectors/
*/
connectors: [
new FuelWalletConnector(),
Expand Down
1 change: 1 addition & 0 deletions templates/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
/**
* The list of wallet connectors.
* You can add or remove connectors from here based on your needs.
* See https://wallet.fuel.network/docs/dev/connectors/
*/
connectors: [
new FuelWalletConnector(),
Expand Down

0 comments on commit f6c90ff

Please sign in to comment.