Skip to content

Commit

Permalink
chore: Clean up readme Tile
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 12, 2024
1 parent 66523af commit 3a2e73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/components/src/tile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ pub fn Tile(
onselect: Option<EventHandler<()>>,
/// Theme override.
theme: Option<TileThemeWith>,

a11y_name: Option<String>,
) -> Element {
let mut status = use_signal(TileStatus::default);
let platform = use_platform();
Expand Down

0 comments on commit 3a2e73a

Please sign in to comment.