Skip to content

Commit

Permalink
Updated the name
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Sep 8, 2023
1 parent e9e5d1e commit 319feb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
4 changes: 2 additions & 2 deletions src/client/components/Application/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export default function Header() {
<LightTooltip title="Show the project page">
<Typography
variant="h5"
sx={{ ml: 2, mt: '4px', cursor: 'pointer', whiteSpace: 'nowrap' }}
sx={{ paddingLeft: 0, fontSize: '28px', ml: 2, mt: '4px', cursor: 'pointer', whiteSpace: 'nowrap' }}
onClick={() => closeFile()}
>
<strong>
Frictionless Application{' '}
Open Data Editor{' '}
<Chip
size="small"
label="beta"
Expand Down
13 changes: 0 additions & 13 deletions src/client/components/Editors/Package/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ function LayoutWithoutMenu() {
<PackageSection />
</Box>
<Box hidden={section !== 'package/resources'}>
<<<<<<< HEAD
<ResourcesSection />
</Box>
<Box hidden={section !== 'package/licenses'}>
Expand All @@ -172,18 +171,6 @@ function LayoutWithoutMenu() {
</Box>
<Box hidden={section !== 'package/sources'}>
<SourcesSection />
=======
<ResourceSection />
</Box>
<Box hidden={section !== 'package/licenses'}>
<LicenseSection />
</Box>
<Box hidden={section !== 'package/contributors'}>
<ContributorSection />
</Box>
<Box hidden={section !== 'package/sources'}>
<SourceSection />
>>>>>>> main
</Box>
</Box>
<EditorHelp helpItem={helpItem} />
Expand Down
10 changes: 0 additions & 10 deletions src/client/components/Editors/Resource/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,13 @@ function LayoutWithoutMenu() {
<IntegritySection />
</Box>
<Box hidden={section !== 'resource/licenses'}>
<<<<<<< HEAD
<LicensesSection />
</Box>
<Box hidden={section !== 'resource/contributors'}>
<ContributorsSection />
</Box>
<Box hidden={section !== 'resource/sources'}>
<SourcesSection />
=======
<LicenseSection />
</Box>
<Box hidden={section !== 'resource/contributors'}>
<ContributorSection />
</Box>
<Box hidden={section !== 'resource/sources'}>
<SourceSection />
>>>>>>> main
</Box>
</Box>
<EditorHelp helpItem={helpItem} />
Expand Down

0 comments on commit 319feb5

Please sign in to comment.