Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 8, 2024
1 parent 928a06c commit cd8a489
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function MarketplacesList() {
<div className="mt-2 grid grid-cols-4 gap-6">
<a
className="flex h-[5.625rem] items-center justify-between rounded-xl border border-asteroid-grey-100 bg-white px-6 transition-colors hover:bg-space-blue-100 dark:border-space-blue-800 dark:bg-space-blue-900 dark:hover:bg-space-blue-800"
href="/"
href="https://element.market/collections/untitled-54122e3e9?search%5Btoggles%5D[0]=BUY_NOW"
>
<Image
alt="Element"
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function MarketplacesList() {
</a>
<a
className="flex h-[5.625rem] items-center justify-between rounded-xl border border-asteroid-grey-100 bg-white px-6 transition-colors hover:bg-space-blue-100 dark:border-space-blue-800 dark:bg-space-blue-900 dark:hover:bg-space-blue-800"
href="/"
href="https://pyramid.market/collection/0x2acee8c430f62333cf0e0e7a94b2347b5513b4c25f699461dd8d7b23c072478"
>
<Image
alt="Pyramid"
Expand Down Expand Up @@ -94,7 +94,7 @@ export default function MarketplacesList() {
</a>
<a
className="flex h-[5.625rem] items-center justify-between rounded-xl border border-asteroid-grey-100 bg-white px-6 transition-colors hover:bg-space-blue-100 dark:border-space-blue-800 dark:bg-space-blue-900 dark:hover:bg-space-blue-800"
href="/"
href="https://ventory.gg/collection/0x02acee8c430f62333cf0e0e7a94b2347b5513b4c25f699461dd8d7b23c072478"
>
<Image
alt="Ventory"
Expand Down
9 changes: 4 additions & 5 deletions apps/web/src/app/_lib/utils/connectors.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { InjectedConnector as InjectedStarknetConnector } from "@starknet-react/core";
import { type StaticImageData } from "next/image";
import {
coinbaseWallet,
// coinbaseWallet,
injected,
} from "wagmi/connectors";
Expand All @@ -22,10 +21,10 @@ import { type Chain } from "../../_types";
export const ethereumConnectors = [
injected(),
// new WalletConnectConnector({ options: { projectId: walletConnectProjectId } }),
coinbaseWallet({
appName: "Arklane",
darkMode: true,
}),
// coinbaseWallet({
// appName: "Arklane",
// darkMode: true,
// }),
];

export const DOWNLOAD_LINK_BY_CONNECTOR_ID: Record<string, string> = {
Expand Down

0 comments on commit cd8a489

Please sign in to comment.