File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export default function HomePage() {
220220 < Card className = "mx-auto max-w-md" >
221221 < CardHeader >
222222 < CardTitle className = "text-2xl" >
223- { step === "connect" && "Connect to SyftBox v0.1.1 " }
223+ { step === "connect" && "Connect to SyftBox" }
224224 { step === "configure" && "Configure SyftBox" }
225225 { step === "email" && "Connect to your datasite" }
226226 { step === "verify" && "Verify Your Email" }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2.4.1" ,
33 "productName" : " SyftBox" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.0 " ,
55 "identifier" : " org.openmined.syftui" ,
66 "build" : {
77 "frontendDist" : " ../src-frontend/out" ,
6060 "updater" : {
6161 "pubkey" : " dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERDNDQwRjM5QTY1NzFDQTgKUldTb0hGZW1PUTlFM1AxcDBodCttQmxZLzM1NzdMMFpJREI3NVlMa3pHNm8wN0hKa0Q5ZTFRZmsK" ,
6262 "endpoints" : [
63- " https://github.com/OpenMined/SyftUI/releases/download/ latest/release.json"
63+ " https://github.com/OpenMined/SyftUI/releases/latest/download /release.json"
6464 ]
6565 }
6666 }
You can’t perform that action at this time.
0 commit comments