Skip to content

Commit

Permalink
rename button from Primary to Calculate ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Oct 31, 2024
1 parent 270299a commit c79be49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webui/src/app/InputSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const InputSection = ({
className="mt-4 bg-ibm-blue"
disabled={cidrDisabled}
>
Primary
Calculate
</Button>
<Button
variant="tertiary"
Expand Down

0 comments on commit c79be49

Please sign in to comment.