Skip to content

Commit

Permalink
fix web button
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 25, 2023
1 parent 95f03d2 commit bc2baee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/home/ChatWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function ChatWrapper() {
<TooltipTrigger asChild>
<Toggle
aria-label={t("chat.web-aria")}
defaultPressed={true}
defaultPressed={false}
onPressedChange={(state: boolean) =>
dispatch(setWeb(state))
}
Expand Down

0 comments on commit bc2baee

Please sign in to comment.