Skip to content

Commit

Permalink
npm run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
carrythemountain committed Nov 11, 2024
1 parent 1f48924 commit 8776d77
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 24 deletions.
8 changes: 4 additions & 4 deletions src/app/Apps/_Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const Layout: React.FC = () => {
const header = (
<LayoutHeader>
<span>
Apps
<span style={{ marginLeft: '16px' }}>
<AppsHelp />
</span>
Apps
<span style={{ marginLeft: '16px' }}>
<AppsHelp />
</span>
</span>
<AppsToolbar />
</LayoutHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
.toolbar-btn:disabled {
color: #999999 !important;
}

2 changes: 1 addition & 1 deletion src/app/Apps/_components/AppsToolbar/AppsToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AppsToolbar: React.FC = () => {
onClick={() => setModal('createApp')}
aria-label="createApp"
/> */}
<ToolbarButton
<ToolbarButton
text="Create New App"
icon={<Add />}
disabled={false}
Expand Down
6 changes: 3 additions & 3 deletions src/app/Files/_Layout/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
margin: 9px;
// margin-top: 1cqi;
position: relative;
top: 10px; right: 08px;

top: 10px;
right: 08px;
}

.Files-Help {
padding-left: 1cap;
}
}
6 changes: 3 additions & 3 deletions src/app/Files/_Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const Layout: React.FC = () => {
<LayoutHeader>
<span className={`${styles['Files']}`}>
Files
<span className = {`${styles['Files-Help']}`} >
<FilesHelp />
</span>
<span className={`${styles['Files-Help']}`}>
<FilesHelp />
</span>
</span>
{/* <div className={styles.breadcrumbs}>
Expand Down
20 changes: 10 additions & 10 deletions src/app/Jobs/_Layout/Layout.module.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.Jobs {
margin: 9px;
// margin-top: 1cqi;
position: relative;
top: 10px; right: 10px;
}
.Jobs-Help {
padding-left: 1cap;
}
margin: 9px;
// margin-top: 1cqi;
position: relative;
top: 10px;
right: 10px;
}

.Jobs-Help {
padding-left: 1cap;
}
4 changes: 2 additions & 2 deletions src/app/Jobs/_Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const Layout: React.FC = () => {
Jobs
</Link>
</span>
<span className = {`${styles['Jobs-Help']}`} >
<JobsHelp />
<span className={`${styles['Jobs-Help']}`}>
<JobsHelp />
</span>
</span>
</SectionHeader>
Expand Down

0 comments on commit 8776d77

Please sign in to comment.