Skip to content

Commit 95e4898

Browse files
joshglennTrancever
authored andcommitted
fix: fix icon names in AppbarHeader example (#1535)
1 parent 0b83f86 commit 95e4898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Appbar/AppbarHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ type Props = React.ComponentProps<typeof Appbar> & {
7575
* title="Title"
7676
* subtitle="Subtitle"
7777
* />
78-
* <Appbar.Action icon="search" onPress={this._handleSearch} />
79-
* <Appbar.Action icon="more-vert" onPress={this._handleMore} />
78+
* <Appbar.Action icon="magnify" onPress={this._handleSearch} />
79+
* <Appbar.Action icon="dots-vertical" onPress={this._handleMore} />
8080
* </Appbar.Header>
8181
* );
8282
* }

0 commit comments

Comments
 (0)