analoge Eingänge in Laptop Auflösung
This commit is contained in:
@@ -55,9 +55,11 @@ export default function AnalogeEingaengeTable() {
|
||||
<td className="border p-3 text-center">
|
||||
<button
|
||||
onClick={() => openSettingsModal(eingang)}
|
||||
className="text-white bg-blue-500 hover:bg-blue-600 text-xs px-2 py-1 rounded transition"
|
||||
className="text-white bg-gray-100 hover:bg-gray-200 text-xs px-2 py-1 rounded transition"
|
||||
>
|
||||
⚙️
|
||||
<span className="text-blue-500 text-2xl laptop:text-sm md:text-lg lg:text-xl xl:text-2xl">
|
||||
⚙️
|
||||
</span>
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.289";
|
||||
const webVersion = "1.6.290";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user