Skip to content

Commit

Permalink
Minor fixes (#335)
Browse files Browse the repository at this point in the history
* Minor fixes

* Change title of index page

* Add a community resource

* Rename Nextra Feedback to Docs Feedback in GH template

* Remove youtube cookies from embedded player; fix responsive design in resource hub

* Fix responsive design in resource hub

---------

Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
louis-md authored Feb 2, 2024
1 parent 8d72dd9 commit 893923c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/ResourceHub/Resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,11 @@ export const Resources = (): ReactElement => {
<Grid
item
container
xs={12}
flexDirection='column'
alignItems='center'
justifyContent='center'
>
<Typography textAlign='center' variant='h1'>
<Typography textAlign='center' variant='h1' mb={[2, 0]}>
Resource Hub
</Typography>
<TextField
Expand All @@ -272,7 +271,7 @@ export const Resources = (): ReactElement => {
) : undefined
}}
value={query}
sx={{ border: 'none', width: '80%' }}
sx={{ border: 'none', width: '80%', mt: [2, 0] }}
onChange={e => {
setQuery(e.target.value)
}}
Expand Down

0 comments on commit 893923c

Please sign in to comment.