Skip to content

Commit 3baaa86

Browse files
Moved to the bottom right.
1 parent 4a68b93 commit 3baaa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const app = createApp(App);
99
app.provide("$helperbird_i18n", $helperbird_i18n);
1010
app.provide("sendToContentScript", sendToContentScript);
1111
app.use(Toaster, {
12-
position: "bottom",
12+
position: "bottom-right",
1313
duration: 4000,
1414
dismissible: false,
1515
});

0 commit comments

Comments
 (0)