From 95558f95a174004fc98d463276684ff349277b6d Mon Sep 17 00:00:00 2001 From: Dominik Schmid Date: Tue, 30 Apr 2024 18:03:08 +0200 Subject: [PATCH] after review --- .github/workflows/gh-pages.yml | 2 +- playground/src/components/DropDown.tsx | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cfbf20d..05309bd 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: Deploy Miden Assembly Playground on: push: branches: - - dominik_update_to_miden_vm_0.9 + - main jobs: build: diff --git a/playground/src/components/DropDown.tsx b/playground/src/components/DropDown.tsx index b6c3811..b20f02f 100644 --- a/playground/src/components/DropDown.tsx +++ b/playground/src/components/DropDown.tsx @@ -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', ];