We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ec49e commit bbe2752Copy full SHA for bbe2752
constants/Structures/Properties.tsx
@@ -154,11 +154,11 @@ export const StructuresConfig: StructureConfig = {
154
// text: "View all discoveries",
155
// dynamicComponent: <AllClassifications initialType="planet" />
156
// },
157
- {
158
- icon: <CameraIcon className="w-6 h-6 text-[#5e81ac]" />,
159
- text: "Upload content",
160
- dynamicComponent: <FreeformUploadData />,
161
- }
+ // {
+ // icon: <CameraIcon className="w-6 h-6 text-[#5e81ac]" />,
+ // text: "Upload content",
+ // dynamicComponent: <FreeformUploadData />,
+ // }
162
// Copy action/labels
163
],
164
buttons: [
0 commit comments