diff --git a/src/App.js b/src/App.js index 499ba10..aabb535 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,7 @@ import React from 'react'; import { AppBar, Box, Toolbar, Typography, Button } from '@mui/material'; import Dashboard from './components/Dashboard'; +import './App.css'; function App() { return ( @@ -16,7 +17,7 @@ function App() { href="https://github.com/Agoric/instagoric-private/actions/workflows/deploy-namespace.yaml" target="_blank" rel="noopener noreferrer" - sx={{ borderRadius: '12px', marginLeft: 'auto' }} + sx={{ borderRadius: '12px', marginLeft: 'auto', textTransform: 'none'}} > New Testnet diff --git a/src/components/TestnetRow.js b/src/components/TestnetRow.js index bc3025c..593e433 100644 --- a/src/components/TestnetRow.js +++ b/src/components/TestnetRow.js @@ -60,7 +60,7 @@ const TestnetRow = ({ testnet }) => { href="https://github.com/Agoric/instagoric-private/actions/workflows/deploy-namespace.yaml" target="_blank" rel="noopener noreferrer" - sx={{ borderRadius: '16px' }} + sx={{ borderRadius: '16px', textTransform: 'none' }} > Redeploy