enzostvs HF Staff commited on
Commit
f0fd9a7
·
verified ·
1 Parent(s): 8f53e3c

Update components/editor-icons/index.tsx

Browse files
Files changed (1) hide show
  1. components/editor-icons/index.tsx +1 -1
components/editor-icons/index.tsx CHANGED
@@ -260,7 +260,7 @@ export default function Editor({
260
  className="font-semibold text-base"
261
  style={{ color: renderColor() }}
262
  >
263
- {user?.username ?? "Captain Astro"}
264
  </p>
265
  <Icon size={24} editor={editor} />
266
 
 
260
  className="font-semibold text-base"
261
  style={{ color: renderColor() }}
262
  >
263
+ Captain Astro
264
  </p>
265
  <Icon size={24} editor={editor} />
266