mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
docs(i18n): Romanian ro in 1.46.0 notes and README; chronological contributor credits (#666)
Settings System tab now follows CONTRIBUTORS array order instead of sorting by entry size.
This commit is contained in:
@@ -241,7 +241,7 @@ export function SystemTab() {
|
||||
icon={<Users size={16} />}
|
||||
>
|
||||
<div className="contributors-grid">
|
||||
{[...CONTRIBUTORS].sort((a, b) => b.contributions.length - a.contributions.length).map(c => (
|
||||
{CONTRIBUTORS.map(c => (
|
||||
<details key={c.github} className="contributor-card">
|
||||
<summary className="contributor-card-summary">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user