Skip to content

Commit

Permalink
fix: more precisely check for dropdown visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jun 23, 2023
1 parent c58d4eb commit da1ddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/artifacts/installers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn build_header(release: &Release, config: &Config) -> Result<Box<div<String
))
};

let bottom_classes = if simple_platforms {
let bottom_classes = if selector.is_none() {
"bottom-options one"
} else {
"bottom-options"
Expand Down

0 comments on commit da1ddb7

Please sign in to comment.