trigger deploy

This commit is contained in:
NilsUeter
2023-05-11 08:30:21 +02:00
parent 2a6ea1ecb4
commit ff151679d2
+2 -2
View File
@@ -202,14 +202,14 @@ function App() {
<div style={{ display: "flex", gap: 8 }}> <div style={{ display: "flex", gap: 8 }}>
<button <button
className="print-display-none" className="print-display-none"
style={{ display: roster ? "none" : "" }} style={{ display: roster ? "none" : "", fontSize: "1.2rem" }}
onClick={() => handleFileSelect("ultras")} onClick={() => handleFileSelect("ultras")}
> >
Load Ultramarines example Load Ultramarines example
</button> </button>
<button <button
className="print-display-none" className="print-display-none"
style={{ display: roster ? "none" : "" }} style={{ display: roster ? "none" : "", fontSize: "1.2rem" }}
onClick={() => handleFileSelect("chaos daemons")} onClick={() => handleFileSelect("chaos daemons")}
> >
Load Chaos Daemons example Load Chaos Daemons example