Skip to content

Commit

Permalink
fix: Toast msg to bottom-right
Browse files Browse the repository at this point in the history
  • Loading branch information
frumie1984 authored and moshloop committed Sep 12, 2024
1 parent a254787 commit 9818bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ToasterWithCloseButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IoCloseCircleSharp } from "react-icons/io5";
export function ToasterWithCloseButton() {
return (
<Toaster
position="top-right"
position="bottom-right"
reverseOrder={false}
toastOptions={{
duration: 5000
Expand Down

0 comments on commit 9818bdc

Please sign in to comment.