diff --git a/web/components/amount-input.tsx b/web/components/amount-input.tsx
index f01ae418..32c68222 100644
--- a/web/components/amount-input.tsx
+++ b/web/components/amount-input.tsx
@@ -60,7 +60,7 @@ export function AmountInput(props: {
inputClassName
)}
ref={inputRef}
- type="text"
+ type="number"
placeholder="0"
maxLength={9}
value={amount ?? ''}
diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx
index af0e1ad4..c028c173 100644
--- a/web/components/nav-bar.tsx
+++ b/web/components/nav-bar.tsx
@@ -6,6 +6,12 @@ import { Row } from './layout/row'
import { firebaseLogin, User } from '../lib/firebase/users'
import { ManifoldLogo } from './manifold-logo'
import { ProfileMenu } from './profile-menu'
+import {
+ BellIcon,
+ HomeIcon,
+ SearchIcon,
+ UserGroupIcon,
+} from '@heroicons/react/outline'
export function NavBar(props: {
darkBackground?: boolean
@@ -22,6 +28,7 @@ export function NavBar(props: {
const themeClasses = clsx(darkBackground && 'text-white', hoverClasses)
return (
+ // <>
+ // {/*