chore: update rss icon style (#1056)
This commit is contained in:
parent
989208eb45
commit
5df59a48b7
@ -50,7 +50,7 @@ const MemosHeader = () => {
|
|||||||
</span>
|
</span>
|
||||||
{user && (
|
{user && (
|
||||||
<a className="dark:text-white" href={"/u/" + user.id + "/rss.xml"} target="_blank" rel="noreferrer">
|
<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>
|
</a>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -116,8 +116,8 @@ const Explore = () => {
|
|||||||
<div className="title-container">
|
<div className="title-container">
|
||||||
<img className="logo-img" src={customizedProfile.logoUrl} alt="" />
|
<img className="logo-img" src={customizedProfile.logoUrl} alt="" />
|
||||||
<span className="title-text">{customizedProfile.name}</span>
|
<span className="title-text">{customizedProfile.name}</span>
|
||||||
<a className="dark:text-white ml-2" href="/explore/rss.xml" target="_blank" rel="noreferrer">
|
<a className="dark:text-white ml-1 mt-1" href="/explore/rss.xml" target="_blank" rel="noreferrer">
|
||||||
<Icon.Rss />
|
<Icon.Rss className="w-6 h-auto opacity-40 hover:opacity-60" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="action-button-container">
|
<div className="action-button-container">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user