about summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx (renamed from src/components/dialogs/nudges/TenMillion/icons/OnePercent.tsx)0
-rw-r--r--src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx (renamed from src/components/dialogs/nudges/TenMillion/icons/PointOnePercent.tsx)0
-rw-r--r--src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx (renamed from src/components/dialogs/nudges/TenMillion/icons/TenPercent.tsx)0
-rw-r--r--src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx (renamed from src/components/dialogs/nudges/TenMillion/icons/TwentyFivePercent.tsx)0
-rw-r--r--src/components/dialogs/nuxs/TenMillion/index.tsx (renamed from src/components/dialogs/nudges/TenMillion/index.tsx)10
-rw-r--r--src/components/dialogs/nuxs/index.tsx (renamed from src/components/dialogs/nudges/index.tsx)4
6 files changed, 7 insertions, 7 deletions
diff --git a/src/components/dialogs/nudges/TenMillion/icons/OnePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx
index 9c8d47afd..9c8d47afd 100644
--- a/src/components/dialogs/nudges/TenMillion/icons/OnePercent.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/icons/OnePercent.tsx
diff --git a/src/components/dialogs/nudges/TenMillion/icons/PointOnePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx
index 1f9467e44..1f9467e44 100644
--- a/src/components/dialogs/nudges/TenMillion/icons/PointOnePercent.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/icons/PointOnePercent.tsx
diff --git a/src/components/dialogs/nudges/TenMillion/icons/TenPercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx
index 4197be835..4197be835 100644
--- a/src/components/dialogs/nudges/TenMillion/icons/TenPercent.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/icons/TenPercent.tsx
diff --git a/src/components/dialogs/nudges/TenMillion/icons/TwentyFivePercent.tsx b/src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx
index 0d3797141..0d3797141 100644
--- a/src/components/dialogs/nudges/TenMillion/icons/TwentyFivePercent.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent.tsx
diff --git a/src/components/dialogs/nudges/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx
index e110ed1ff..663c09560 100644
--- a/src/components/dialogs/nudges/TenMillion/index.tsx
+++ b/src/components/dialogs/nuxs/TenMillion/index.tsx
@@ -28,10 +28,10 @@ import {
 } from '#/alf'
 import {Button, ButtonIcon, ButtonText} from '#/components/Button'
 import * as Dialog from '#/components/Dialog'
-import {useContext} from '#/components/dialogs/nudges'
-import {OnePercent} from '#/components/dialogs/nudges/TenMillion/icons/OnePercent'
-import {PointOnePercent} from '#/components/dialogs/nudges/TenMillion/icons/PointOnePercent'
-import {TenPercent} from '#/components/dialogs/nudges/TenMillion/icons/TenPercent'
+import {useContext} from '#/components/dialogs/nuxs'
+import {OnePercent} from '#/components/dialogs/nuxs/TenMillion/icons/OnePercent'
+import {PointOnePercent} from '#/components/dialogs/nuxs/TenMillion/icons/PointOnePercent'
+import {TenPercent} from '#/components/dialogs/nuxs/TenMillion/icons/TenPercent'
 import {Divider} from '#/components/Divider'
 import {GradientFill} from '#/components/GradientFill'
 import {ArrowOutOfBox_Stroke2_Corner0_Rounded as Share} from '#/components/icons/ArrowOutOfBox'
@@ -39,7 +39,7 @@ import {Download_Stroke2_Corner0_Rounded as Download} from '#/components/icons/D
 import {Image_Stroke2_Corner0_Rounded as ImageIcon} from '#/components/icons/Image'
 import {Loader} from '#/components/Loader'
 import {Text} from '#/components/Typography'
-// import {TwentyFivePercent} from '#/components/dialogs/nudges/TenMillion/icons/TwentyFivePercent'
+// import {TwentyFivePercent} from '#/components/dialogs/nuxs/TenMillion/icons/TwentyFivePercent'
 
 const DEBUG = false
 const RATIO = 8 / 10
diff --git a/src/components/dialogs/nudges/index.tsx b/src/components/dialogs/nuxs/index.tsx
index eabe60c17..401dd3e66 100644
--- a/src/components/dialogs/nudges/index.tsx
+++ b/src/components/dialogs/nuxs/index.tsx
@@ -2,7 +2,7 @@ import React from 'react'
 
 import {useSession} from '#/state/session'
 import * as Dialog from '#/components/Dialog'
-import {TenMillion} from '#/components/dialogs/nudges/TenMillion'
+import {TenMillion} from '#/components/dialogs/nuxs/TenMillion'
 
 type Context = {
   controls: {
@@ -21,7 +21,7 @@ export function useContext() {
 
 let SHOWN = false
 
-export function NudgeDialogs() {
+export function NuxDialogs() {
   const {hasSession} = useSession()
   const tenMillion = Dialog.useDialogControl()