minor change
This commit is contained in:
parent
2717e45253
commit
ffecdf21a0
|
@ -130,7 +130,9 @@ export default function ({ className }: { className?: string }) {
|
|||
<p className="text-sm p-2">Tags</p>
|
||||
</div>
|
||||
<div>
|
||||
{tags.map((e, i) => {
|
||||
{tags
|
||||
.sort((a, b) => a.name.localeCompare(b.name))
|
||||
.map((e, i) => {
|
||||
return (
|
||||
<SidebarItem
|
||||
key={i}
|
||||
|
|
Ŝarĝante…
Reference in New Issue