Skip to content

Commit

Permalink
fix: link activity
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss authored and MartianGreed committed Sep 10, 2024
1 parent 711f850 commit 6906d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function CollectionActivityData({
<div className="flex w-full items-center gap-1">
<Link
className={focusableStyles}
href={`/collection/${activity.collection_address}`}
href={`/collection/${activity.address}`}
>
<p
className={cn(
Expand Down
1 change: 1 addition & 0 deletions apps/arkmarket/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export type CollectionActivityType =

export interface CollectionActivity {
activity_type: CollectionActivityType;
address: string;
from: string;
is_verified: boolean;
name: string;
Expand Down

0 comments on commit 6906d44

Please sign in to comment.