mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: rss routes
This commit is contained in:
@ -93,7 +93,7 @@ const UserProfile = () => {
|
||||
(user ? (
|
||||
<>
|
||||
<div className="relative -mt-6 top-8 w-full flex justify-end items-center">
|
||||
<a className="" href={`/u/${user?.id}/rss.xml`} target="_blank" rel="noopener noreferrer">
|
||||
<a className="" href={`/u/${encodeURIComponent(user?.username)}/rss.xml`} target="_blank" rel="noopener noreferrer">
|
||||
<Button color="neutral" variant="outlined" endDecorator={<Icon.Rss className="w-4 h-auto opacity-60" />}>
|
||||
RSS
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user