Skip to content

Commit

Permalink
no more github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Feb 15, 2024
1 parent 7dd580e commit f4c8838
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 59 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ button:focus-visible {
.template-container {
flex-grow: 1;
background-color: #fafafa;
overflow-y: scroll;
}

h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/components/DraftDocuments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}
.file-card {
border-radius: 4px 4px 0px 4px;
//border-radius: 4px 4px 0px 4px;
align-items: flex-start;
flex-direction: column;
display: flex;
Expand Down
10 changes: 5 additions & 5 deletions src/config/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const navItems: INavOption[] = [
desc: '',
path: '/editor'
},
{
label: 'Settings',
desc: '',
path: '/settings'
},
// {
// label: 'Settings',
// desc: '',
// path: '/settings'
// },

]
3 changes: 0 additions & 3 deletions src/views/DraftEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<span id="wallet-alert">Connect wallet to edit</span>
</div>
</section>
<aside>
<div class="folder-placeholder"></div>
</aside>
</main>
</div>
</div>
Expand Down

0 comments on commit f4c8838

Please sign in to comment.