Skip to content

Commit

Permalink
Add new design
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Apr 29, 2024
1 parent 2622610 commit 1690115
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ function App() {
</div>
<div style={{ padding: '1rem 1.5rem' }}>
<div key={d.countryCode}>

<div className='flex-div flex-column margin-bottom-00'>
<div
style={{ width: '100%' }}
Expand Down
9 changes: 0 additions & 9 deletions src/Components/Graphs/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ function Table(props: Props) {

return (
<div>
<div
className='undp-container margin-top-04'
style={{
width: '100%',
height: '500px',
overflow: 'auto',
overflowY: 'scroll',
}}
>
<Input
placeholder='Search by country'
className='undp-input'
Expand Down

0 comments on commit 1690115

Please sign in to comment.