From c79be497101444d3c8f08dfac0047cd90209f886 Mon Sep 17 00:00:00 2001 From: Dimitri Prosper Date: Thu, 31 Oct 2024 19:24:07 -0400 Subject: [PATCH] rename button from Primary to Calculate ;-) --- .github/workflows/nextjs.yml | 10 +--------- webui/src/app/InputSection.tsx | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 3058acb..8d14654 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -31,15 +31,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - # - name: Install wasm-pack - # run: | - # curl https://crates.io/api/v1/crates/wasm-pack/0.10.2/download | tar xvf - - # chmod +x wasm-pack-0.10.2/wasm-pack - # sudo mv wasm-pack-0.10.2/wasm-pack /usr/local/bin/ - # - name: Build WASM - # working-directory: frontend-wasm - # run: | - # wasm-pack build --target web + - name: Set up Rust environment run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y diff --git a/webui/src/app/InputSection.tsx b/webui/src/app/InputSection.tsx index 2b21fab..c1d25e3 100644 --- a/webui/src/app/InputSection.tsx +++ b/webui/src/app/InputSection.tsx @@ -108,7 +108,7 @@ export const InputSection = ({ className="mt-4 bg-ibm-blue" disabled={cidrDisabled} > - Primary + Calculate