We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3df9d0 + 4af8c2c commit 3c2769cCopy full SHA for 3c2769c
package.json
@@ -2,7 +2,7 @@
2
"name": "toggle-experiment",
3
"displayName": "Toggle Experiment",
4
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
5
- "version": "0.10.0",
+ "version": "0.10.1",
6
"author": "Aaron van den Berg",
7
"homepage": "https://aaronvandenberg.nl/",
8
"scripts": {
src/popup/index.tsx
@@ -56,7 +56,7 @@ function IndexPopup() {
56
57
return (
58
<MantineProvider withNormalizeCSS withGlobalStyles>
59
- <Notifications position="top-center" />
+ <Notifications position="top-center" style={{cursor: "pointer"}} />
60
<div style={{ width: 350 }}>
61
{screen === "home" && <HomeScreen />}
62
{screen === "history" && <History />}
0 commit comments