fix(frontend): remove undefined ayanamsa class
This commit is contained in:
@@ -16,7 +16,7 @@ export function AyanamsaPreferenceField({
|
||||
readonly onChange: (next: AyanamsaName) => void;
|
||||
}) {
|
||||
return (
|
||||
<section className="sheet-section ayanamsa-preference" aria-labelledby="ayanamsa-preference-title">
|
||||
<section className="sheet-section" aria-labelledby="ayanamsa-preference-title">
|
||||
<div className="section-heading">
|
||||
<b id="ayanamsa-preference-title">岁差</b>
|
||||
<small>用来把黄道转成印度占星用的恒星黄道</small>
|
||||
|
||||
Reference in New Issue
Block a user