added jobs url

master
alex 2024-01-26 20:29:45 +01:00
parent 153b59ba61
commit c967a494d8
3 changed files with 3 additions and 4 deletions

View File

@ -63,7 +63,7 @@ export default function App() {
/*const [notificationApi, notificationContextHolder] =
notification.useNotification();
*/
const { t, i18n } = useTranslation();
const { _, i18n } = useTranslation();
const { userSession, setUserSession } = UseUserSession();
//const [isWebSocketReady, setIsWebSocketReady] = useState(false);
@ -103,7 +103,7 @@ export default function App() {
}
console.info(
"\n %c ZeitAdler Dashboard %c BETA %c \n",
`\n %c ZeitAdler Dashboard %c ${Constants.KK_JOBS_URL} %c \n`,
"background-color: #555;color: #fff;padding: 3px 2px 3px 3px;border-radius: 3px 0 0 3px;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
"background-color: #bc81e0;background-image: linear-gradient(90deg, #6878d6, #4d61d6);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
"background-color: transparent"

View File

@ -1,13 +1,11 @@
import {
Button,
Card,
Checkbox,
Form,
Select,
Skeleton,
Space,
Switch,
Typography,
notification,
} from "antd";
import { myFetch } from "../../utils";

View File

@ -71,6 +71,7 @@ export const Constants = {
},
DELAY_ACCOUNT_NAME_CHECK: 250,
CLARITY_PROJECT_ID: "kr0pale8uy",
KK_JOBS_URL: "https://kk-innovation.eu/jobs/",
};
export const AppStyle = {