Skip to content

Commit

Permalink
change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdelab committed Dec 28, 2024
1 parent 5b67fe4 commit 56b78df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landing/src/components/modules/bridged-resources.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useDojo } from "@/hooks/context/DojoContext";
import { ResourcesIds } from "@bibliothecadao/eternum";
import { useAccount } from "@starknet-react/core";
import { ArrowDownUp, Trophy } from "lucide-react";
import { ArrowDownUp, Pickaxe } from "lucide-react";
import { useCallback, useEffect, useState } from "react";
import { TypeH2 } from "../typography/type-h2";
import { Card, CardHeader } from "../ui/card";
Expand Down Expand Up @@ -64,7 +64,7 @@ export const BridgedResources = () => {
<CardHeader className="border-b border-gray-800">
<div className="flex items-center justify-between">
<TypeH2 className="flex items-center gap-3 uppercase text-gold">
<Trophy className="w-6 h-6" />
<Pickaxe className="w-6 h-6" />
Bridged Resources
</TypeH2>
<div className="flex items-center gap-4">
Expand Down

0 comments on commit 56b78df

Please sign in to comment.