diff --git a/apps/noir-compiler/src/app/components/container.tsx b/apps/noir-compiler/src/app/components/container.tsx index d1044effcd5..169702b6cda 100644 --- a/apps/noir-compiler/src/app/components/container.tsx +++ b/apps/noir-compiler/src/app/components/container.tsx @@ -67,7 +67,6 @@ export function Container () {
-
@@ -85,10 +84,22 @@ export function Container () { tooltipClasses="text-nowrap" tooltipText={`Using Noir ${NOIR_VERSION} and Barretenberg ${BARRETENBERG_VERSION}`} > - {NOIR_VERSION} +
- {/* */}
@@ -177,7 +188,6 @@ export function Container () {
-
)