Skip to content

Commit

Permalink
fix: Fixed an issue where the down and up arrows were reversed for so…
Browse files Browse the repository at this point in the history
…rting purposes ([#299](#299))
  • Loading branch information
khalwat committed Apr 15, 2024
1 parent 9b233eb commit 413ba5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildchain/src/css/components/tables.css
Expand Up @@ -15,12 +15,12 @@ table.vuetable {

.retour-menubtn-asc::before {
font-weight: bold;
content: "downangle";
content: "upangle";
}

.retour-menubtn-desc::before {
font-weight: bold;
content: "upangle";
content: "downangle";
}

/**
Expand Down

0 comments on commit 413ba5f

Please sign in to comment.