mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update rss icon style (#1056)
This commit is contained in:
@@ -50,7 +50,7 @@ const MemosHeader = () => {
|
||||
</span>
|
||||
{user && (
|
||||
<a className="dark:text-white" href={"/u/" + user.id + "/rss.xml"} target="_blank" rel="noreferrer">
|
||||
<Icon.Rss />
|
||||
<Icon.Rss className="w-4 h-auto opacity-40 hover:opacity-60" />
|
||||
</a>
|
||||
)}
|
||||
</div>
|
||||
|
@@ -116,8 +116,8 @@ const Explore = () => {
|
||||
<div className="title-container">
|
||||
<img className="logo-img" src={customizedProfile.logoUrl} alt="" />
|
||||
<span className="title-text">{customizedProfile.name}</span>
|
||||
<a className="dark:text-white ml-2" href="/explore/rss.xml" target="_blank" rel="noreferrer">
|
||||
<Icon.Rss />
|
||||
<a className="dark:text-white ml-1 mt-1" href="/explore/rss.xml" target="_blank" rel="noreferrer">
|
||||
<Icon.Rss className="w-6 h-auto opacity-40 hover:opacity-60" />
|
||||
</a>
|
||||
</div>
|
||||
<div className="action-button-container">
|
||||
|
Reference in New Issue
Block a user