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:
Gigi
2025-10-18 21:49:17 +02:00
parent 36f14811ae
commit 809437faa6

View File

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