mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
style: make Explore a section title like Zap Splits
Add section-title class to Explore heading to match other section headings.
This commit is contained in:
@@ -11,7 +11,7 @@ interface ExploreSettingsProps {
|
||||
const ExploreSettings: React.FC<ExploreSettingsProps> = ({ settings, onUpdate }) => {
|
||||
return (
|
||||
<div className="settings-section">
|
||||
<h3>Explore</h3>
|
||||
<h3 className="section-title">Explore</h3>
|
||||
|
||||
<div className="setting-group setting-inline">
|
||||
<label>Default Explore Scope</label>
|
||||
|
||||
Reference in New Issue
Block a user