File tree 1 file changed +16
-8
lines changed
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,6 @@ export default function AppNavBar() {
45
45
}
46
46
rightDesktopItems = {
47
47
< >
48
- < Button
49
- variant = "solid"
50
- variantColor = "brand"
51
- onClick = { ( ) => setIsDonateModalOpen ( true ) }
52
- >
53
- Donate
54
- </ Button >
55
-
56
48
< DonateModal
57
49
isOpen = { isDonateModalOpen }
58
50
setIsOpen = { setIsDonateModalOpen }
@@ -64,6 +56,14 @@ export default function AppNavBar() {
64
56
< >
65
57
< Toggle />
66
58
59
+ < Button
60
+ variant = "solid"
61
+ variantColor = "success"
62
+ onClick = { ( ) => setIsDonateModalOpen ( true ) }
63
+ >
64
+ Donate
65
+ </ Button >
66
+
67
67
< Menu
68
68
trigger = {
69
69
< Avatar
@@ -97,6 +97,14 @@ export default function AppNavBar() {
97
97
) : (
98
98
< >
99
99
< Toggle />
100
+
101
+ < Button
102
+ variant = "solid"
103
+ variantColor = "success"
104
+ onClick = { ( ) => setIsDonateModalOpen ( true ) }
105
+ >
106
+ Donate
107
+ </ Button >
100
108
< Button
101
109
variant = "solid"
102
110
variantColor = "brand"
You can’t perform that action at this time.
0 commit comments