Skip to content

Commit

Permalink
fix: buidlguidl link id
Browse files Browse the repository at this point in the history
  • Loading branch information
bshevchenko committed Nov 29, 2023
1 parent d412d02 commit cd2a8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/pages/profile/[address].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ConnectSocialAccounts } from "~~/components/updev/";
import { useScaffoldContractRead } from "~~/hooks/scaffold-eth";
import { convertIpfsUrl } from "~~/utils/helpers";

// TODO change to viem?
// TODO change from ethers to viem?

interface Accounts {
[key: string]: string;
Expand Down Expand Up @@ -158,7 +158,7 @@ const Profile: NextPage = () => {
<>
<div className="text-[#FFFFFFA3]">{"\u2022"}</div>
<a
href={"https://app.buidlguidl.com/builders/" + accounts["github"]}
href={"https://app.buidlguidl.com/builders/" + accounts["buidlguidl"]}
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1"
Expand Down

0 comments on commit cd2a8a9

Please sign in to comment.