File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ export default function SubsonicPage(
55
55
< p className = { style . text } > { tt [ "subsonic.catchphrase" ] } </ p >
56
56
< p className = { style . text } > { tt [ "subsonic.date-and-place" ] } </ p >
57
57
58
+ < Markdown className = { style . markdown } > { translation . info } </ Markdown >
59
+
58
60
< div className = { style . artists } >
59
61
< h1 className = { style . title } > { tt [ "artits" ] } </ h1 >
60
62
< div className = { style . artistsList } >
@@ -79,7 +81,6 @@ export default function SubsonicPage(
79
81
</ div >
80
82
</ div >
81
83
</ div >
82
- < PartnersList partners = { props . partners } />
83
84
84
85
< div className = { style . map_div } >
85
86
< h1 className = { style . title } > { tt [ "subsonic.map" ] } </ h1 >
@@ -91,7 +92,7 @@ export default function SubsonicPage(
91
92
/>
92
93
</ div >
93
94
94
- < Markdown className = { style . markdown } > { translation . info } </ Markdown >
95
+ < PartnersList partners = { props . partners } / >
95
96
</ >
96
97
) ;
97
98
}
You can’t perform that action at this time.
0 commit comments