Skip to content

Commit

Permalink
Merge pull request #704 from Dudrie/fix-stuff
Browse files Browse the repository at this point in the history
Fix stuff
  • Loading branch information
Dudrie authored Oct 2, 2020
2 parents 92d784b + 9222299 commit 6820c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/navigation-rail/NavigationRail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function NavigationRail({

<Link
color='inherit'
href={`https://github.com/Dudrie/Tutor-Management-System/releases/tag/v${version}`}
href={`https://github.com/Dudrie/Tutor-Management-System/releases/tag/${version}`}
target='_blank'
rel='noopener noreferrer'
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function FormikExcludedDates({ name, ...props }: Props): JSX.Element {
flex={1}
display='grid'
gridTemplateColumns='1fr'
gridTemplateRows='max-content'
gridRowGap={8}
gridColumnGap={8}
maxHeight='max-content'
Expand Down

0 comments on commit 6820c9b

Please sign in to comment.