Skip to content

Commit

Permalink
feat: script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhi499 committed Apr 3, 2024
1 parent 2aeabfb commit efe6c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const InputDemo = () => {
<InputSlot className="pl-3">
<InputIcon as={SearchIcon} />
</InputSlot>
<InputField placeholder="Search../../../core-components/nativewind." />
<InputField placeholder="Search..." />
</Input>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const InputDemo = () => {
<InputSlot pl="$3">
<InputIcon as={SearchIcon} />
</InputSlot>
<InputField placeholder="Search../../../core-components/themed." />
<InputField placeholder="Search..." />
</Input>
);
};
Expand Down

0 comments on commit efe6c97

Please sign in to comment.