mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix rss route (#2010)
This commit is contained in:
@@ -64,7 +64,7 @@ const UserBanner = () => {
|
||||
</button>
|
||||
<a
|
||||
className="w-full px-3 truncate text-left leading-10 cursor-pointer rounded flex flex-row justify-start items-center dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-zinc-800"
|
||||
href={`/u/${user?.username}/rss.xml`}
|
||||
href={`/u/${user?.id}/rss.xml`}
|
||||
target="_blank"
|
||||
>
|
||||
<Icon.Rss className="w-5 h-auto mr-2 opacity-80" /> RSS
|
||||
|
Reference in New Issue
Block a user