Skip to content

Commit

Permalink
product-table: change order
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Dec 14, 2024
1 parent 142cb1a commit ae9f1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_ext/nk_product_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class NitrokeyProductTable(SphinxDirective):
**{
"nitrokey3": "3A/C/Mini",
"passkey": "Passkey",
"fido2": "FIDO2",
"u2f": "U2F",
"hsm": "HSM 2",
"pro": "Pro 2",
"fido2": "FIDO2",
"storage": "Storage 2",
"start": "Start",
"u2f": "U2F",
}
)

Expand Down

0 comments on commit ae9f1d7

Please sign in to comment.