mirror of
https://github.com/dergigi/boris.git
synced 2026-01-04 23:44:21 +01:00
refactor: remove subtitle from explore page
This commit is contained in:
@@ -374,9 +374,6 @@ const Explore: React.FC<ExploreProps> = ({ relayPool, eventStore, settings, acti
|
||||
<FontAwesomeIcon icon={faNewspaper} />
|
||||
Explore
|
||||
</h1>
|
||||
<p className="explore-subtitle">
|
||||
Discover highlights and blog posts from your friends and others
|
||||
</p>
|
||||
|
||||
{/* Visibility filters */}
|
||||
<div className="highlight-level-toggles" style={{ marginTop: '1rem', display: 'flex', gap: '0.5rem', justifyContent: 'flex-end' }}>
|
||||
|
||||
Reference in New Issue
Block a user