Skip to content

Commit 3c80b8f

Browse files
committed
Fix broken badge manage command
1 parent 41d6e72 commit 3c80b8f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

common/src/commonMain/kotlin/net/cakeyfox/common/FoxyEmotes.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ object FoxyEmotes {
7676
const val STAFF = "<:staff:1392547971815702716>"
7777
const val SALLY = "<:sally:1392547806937481278>"
7878
const val RDRBR = "<:rdrbr:1392547804823425024>"
79+
const val BRIX = "<:BH_Braix:1442170555074613368>"
7980

8081
// Music platforms
8182
const val YOUTUBE = "<:youtube:1092607821771710584>"
@@ -99,6 +100,7 @@ object FoxyEmotes {
99100
"support" to SUPPORT,
100101
"staff" to STAFF,
101102
"sally" to SALLY,
102-
"rdrbr" to RDRBR
103+
"rdrbr" to RDRBR,
104+
"brix" to BRIX
103105
)
104106
}

foxy/src/main/styles-dashboard/_module-config.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
.toggleable-options {
133133
display: flex;
134134
flex-direction: column;
135-
margin-top: 1rem;
136135

137136
&.blocked {
138137
pointer-events: none;

foxy/src/main/styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
--reimu-default-font-family: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;
1818
--reimu-default-button-font-family: Roboto, sans-serif;
19-
--reimu-greetings-font: "Cookie";
19+
--reimu-greetings-font: Cookie;
2020

2121
--reimu-feature-session-background: #fff;
2222
--reimu-feature-card-background: var(--reimu-tertiary-color);

foxy/src/main/styles/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ main .greetings {
3232
main .greetings-2 {
3333
color: var(--reimu-default-font-color);
3434
font-size: 40px;
35-
font-family: 'Cookie';
35+
font-family:var(--reimu-greetings-font);
3636
margin-left: 5px;
3737
margin-top: 1px;
3838
}

0 commit comments

Comments
 (0)