Skip to content
Open
Prev Previous commit
Next Next commit
fix(artist): links to correct route
  • Loading branch information
dzucconi committed Mar 5, 2026
commit 920240f465d07360b5d681fea6f47fb90d6812e3
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ArtistEditorialNewsGrid: FC<
description="Check back soon — we’ll add coverage as it becomes available. In the meantime, browse art world stories and features on Artsy."
action={{
label: "Browse Artsy Editorial",
href: "/editorial",
href: "/articles",
}}
/>
)
Expand Down