Unverified Commit 5df59a48 authored by boojack's avatar boojack Committed by GitHub

chore: update rss icon style (#1056)

parent 989208eb
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment