···30 <Login />
31 <TextInputSetting
32 atom={constellationURLAtom}
33- title={"Constellation URL"}
34 description={
35- "customize the Constellation instance to be used by Red Dwarf"
36 }
37 init={defaultconstellationURL}
38 />
39 <TextInputSetting
40 atom={slingshotURLAtom}
41- title={"Slingshot URL"}
42- description={"customize the Slingshot instance to be used by Red Dwarf"}
43 init={defaultslingshotURL}
44 />
045 </>
46 );
47}
···30 <Login />
31 <TextInputSetting
32 atom={constellationURLAtom}
33+ title={"Constellation"}
34 description={
35+ "Customize the Constellation instance to be used by Red Dwarf"
36 }
37 init={defaultconstellationURL}
38 />
39 <TextInputSetting
40 atom={slingshotURLAtom}
41+ title={"Slingshot"}
42+ description={"Customize the Slingshot instance to be used by Red Dwarf"}
43 init={defaultslingshotURL}
44 />
45+ <span className="text-gray-500 dark:text-gray-400 py-4 px-6">please restart/refresh the app if changes arent applying correctly</span>
46 </>
47 );
48}