|
|
@ -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">
|
|
|
|