Skip to content

Commit 8c9b45f

Browse files
committed
update icon in example
1 parent 4ef11a8 commit 8c9b45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dev/s2-docs/pages/s2/Popover.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ export const tags = ['popup', 'overlay'];
1212
```tsx render docs={docs.exports.Popover} links={docs.links} props={['placement', 'size', 'offset', 'crossOffset', 'shouldFlip', 'hideArrow']} type="s2" initialProps={{size: 'S'}}
1313
"use client";
1414
import {Popover, DialogTrigger, ActionButton, Form, TextField, Switch, Button} from '@react-spectrum/s2';
15-
import Filter from '@react-spectrum/s2/icons/Filter';
15+
import Feedback from '@react-spectrum/s2/icons/Feedback';
1616
import {style} from '@react-spectrum/s2/style' with {type: 'macro'};
1717

1818
function Example(props) {
1919
return (
2020
<DialogTrigger>
21-
<ActionButton aria-label="Filters">
22-
<Filter />
21+
<ActionButton aria-label="Feedback">
22+
<Feedback />
2323
</ActionButton>
2424
{/*- begin focus -*/}
2525
<Popover {...props}/* PROPS */>

0 commit comments

Comments
 (0)