Skip to content

Commit

Permalink
fix search icon (#202)
Browse files Browse the repository at this point in the history
fix search icon
  • Loading branch information
hemarina authored Oct 5, 2023
1 parent 6229fcc commit a7a5811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/src/components/gallery/ShowcaseCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ function ShowcaseCard({ user }: { user: User }) {
<Input
id={"input_" + user.title}
size="small"
spellCheck={false}
defaultValue={azdInitCommand}
style={{
flex: "1",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {

import { SearchBox } from "@fluentui/react/lib/SearchBox";

import { initializeIcons } from "@uifabric/icons";
import { initializeIcons } from "@fluentui/react/lib/Icons";

import { Tags, type User, type TagType } from "../data/tags";

Expand Down

0 comments on commit a7a5811

Please sign in to comment.