Integrated the show integration info function into the DropdownComponent.jsx

This commit is contained in:
Mathias Wagner
2022-08-28 22:32:14 +02:00
parent 17e7d52040
commit 1e7f110b22

View File

@@ -258,6 +258,14 @@ function DropdownComponent() {
});
}
const showIntegrationInfo = () => setDialog({
title: "HealthChecks Integration",
description: <>MySpeed verwendet <a href="https://healthchecks.io/" target="_blank">Healthchecks</a>, um
dich zu benachrichtigen, wenn dein Internet ausfällt. Um dies zu aktivieren, setze deine Ping URL in das
Textfeld ein. Mehr dazu <a href="https://myspeed.gnmyt.dev/instructions/settings/" target="_blank">hier</a></>,
buttonText: "Okay"
});
return (
<div className="dropdown dropdown-invisible" id="dropdown">
<div className="dropdown-content">