File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/client/src/pages Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function CollectionDetail() {
100100 collection as StacCollection ;
101101
102102 return (
103- < Flex direction = 'column' gap = { 8 } p = { 4 } >
103+ < Flex direction = 'column' gap = { 8 } >
104104 < InnerPageHeader
105105 overline = 'Viewing Collection'
106106 title = { id }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function CollectionList() {
3535 const { collections, state } = useCollections ( ) ;
3636
3737 return (
38- < Flex direction = 'column' gap = { 8 } p = { 4 } >
38+ < Flex direction = 'column' gap = { 8 } >
3939 < InnerPageHeader
4040 title = 'Catalog'
4141 overline = 'Browsing'
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ function ItemDetail() {
9696 const formattedProperties = StacFields . formatItemProperties ( { properties } ) ;
9797
9898 return (
99- < Flex direction = 'column' gap = { 8 } p = { 4 } >
99+ < Flex direction = 'column' gap = { 8 } >
100100 < InnerPageHeader
101101 overline = 'Viewing Item'
102102 title = { title || item . id }
You can’t perform that action at this time.
0 commit comments