fix: correct method call for <a> tag in Manage Feeds within Lists (#982)

This commit is contained in:
DFobain 2024-10-16 22:39:50 +08:00 committed by GitHub
parent be21b19ecf
commit ef6d7f672b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ const RowRender = ({ feedId, listId }: { feedId: string; listId: string }) => {
<TableCell size="sm">
<a
target="_blank"
href={UrlBuilder.shareList(feed.id)}
href={UrlBuilder.shareFeed(feed.id)}
className="flex items-center gap-2 font-semibold"
>
{feed.siteUrl && <FeedIcon className="mr-0" siteUrl={feed.siteUrl} />}