Skip to content

Commit

Permalink
add: formatting title
Browse files Browse the repository at this point in the history
  • Loading branch information
matfire committed Oct 31, 2024
1 parent 41f3a4f commit 656a1bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/js/Pages/App/Articles/Edit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@
</Breadcrumb.List>
</Breadcrumb.Root>

<div>
<Button on:click={save}>Save</Button>
{article.title}
<div class="flex flex-col space-y-6">
<div>
<Button on:click={save}>Save</Button>
</div>
<h1 class="font-bold text-xl">{article.title}</h1>
<Frontmatter {fm} onChange={onFmChange} />
<Editor {content} {onChange} />
</div>

0 comments on commit 656a1bd

Please sign in to comment.