chore: update WhatsNewDialog UI and position (#4252)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
Anwarul Islam
2024-08-20 01:51:34 +06:00
committed by GitHub
parent 9fdde2b788
commit 775051bac3
2 changed files with 65 additions and 16 deletions

View File

@@ -43,6 +43,10 @@ export function useWhatsNewDialog() {
version: hoppscotchCommonPkgVersion,
},
position: "bottom-left",
style: {
bottom: "15px",
left: "30px",
},
duration: Infinity,
})
}