Skip to content

Commit

Permalink
after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik1999 committed Apr 30, 2024
1 parent 71f70a1 commit 95558f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Miden Assembly Playground
on:
push:
branches:
- dominik_update_to_miden_vm_0.9
- main

jobs:
build:
Expand Down
10 changes: 6 additions & 4 deletions playground/src/components/DropDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ import { ChevronDownIcon } from '@heroicons/react/24/solid';

const examples = [
'addition',
'catalan',
//'collatz',
//'comparison',
'conditional',
'fibonacci',
'game_of_life_4x4',
'catalan',
'dft',
'shamir_secret_share',
//'bsearch',
//'collatz',
//'comparison',
//'matrix_multiplication',
//'nprime',
'shamir_secret_share',
//'standard_library',
//'advice_provider',
];
Expand Down

0 comments on commit 95558f9

Please sign in to comment.