Skip to content

Commit eb51a77

Browse files
committed
The archived metadata item should always be topmost.
1 parent 1c413f3 commit eb51a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Views/PackageController/PackageShow+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ extension PackageShow {
166166
.section(
167167
.ul(
168168
.class("main-metadata"),
169-
model.authorsListItem(),
170169
model.archivedListItem(),
170+
model.authorsListItem(),
171171
model.binaryTargetsItem(),
172172
model.historyListItem(),
173173
model.activityListItem(),

0 commit comments

Comments
 (0)