Skip to content

Commit 3b3202e

Browse files
authored
Merge pull request #16896 from artsy/dzucconi/fix/articles-route
fix(artist): links to correct route
2 parents 3dae401 + 920240f commit 3b3202e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/Artist/Routes/Overview/Components/ArtistEditorialNewsGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ArtistEditorialNewsGrid: FC<
6565
description="Check back soon — we’ll add coverage as it becomes available. In the meantime, browse art world stories and features on Artsy."
6666
action={{
6767
label: "Browse Artsy Editorial",
68-
href: "/editorial",
68+
href: "/articles",
6969
}}
7070
/>
7171
)

0 commit comments

Comments
 (0)