Skip to content

Commit

Permalink
1.5.3 Release (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: jackson <Jackson Hyde>
  • Loading branch information
jacksonhyde authored Oct 23, 2024
1 parent 431d0bf commit 5710cb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drt/drt-react-components",
"version": "1.5.2",
"version": "1.5.3",
"description": "React components for DRT applications",
"main": "dist/cjs/bundle.js",
"module": "dist/esm/bundle.js",
Expand Down
3 changes: 2 additions & 1 deletion src/components/Header/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const HeaderArgs = {
],
portMenuItems: [
{ label: 'National Dashboard', link: '/national-pressure' },
{ label: 'CWL (Cardiff)', link: '/cwi' }
{ label: 'CWL (Cardiff)', link: '/cwi' },
{ label: 'LBA (Leeds Bradford)', link: '/lba'}
],
adminMenuItems: [
{ label: 'Home', link: '/', roles: []},
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/PortSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SelectChangeEvent } from "@mui/material";
import { MenuItem as MenuItemType } from "./Header";

const StyledSelect = styled(Select)<SelectProps>(({ theme }) => ({
minWidth: '280px',
minWidth: '205px',
width: '100%',
outline: 0,
marginRight: theme.spacing(1),
Expand Down

0 comments on commit 5710cb3

Please sign in to comment.