Skip to content

Commit

Permalink
Update header image
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobFitzp committed Nov 24, 2024
1 parent 614573d commit 316e864
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/nova-canvas.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Define available toolbar presets.
'toolbars' => [
'default' => ['format', '|', 'heading1', 'heading2', 'heading3', '|', 'bold', 'italic', 'strikethrough', 'underline', '|', 'alignLeft', 'alignCenter', 'alignRight', '|', 'orderedList', 'bulletList', '|', 'link', 'blockquote', 'codeBlock', 'image', '|', 'showSource', 'undo', 'redo'],
'default' => ['format', '|', 'heading1', 'heading2', 'heading3', '|', 'bold', 'italic', 'strikethrough', 'underline', '|', 'alignLeft', 'alignCenter', 'alignRight', '|', 'orderedList', 'bulletList', '|', 'link', 'blockquote', 'codeBlock', 'table', 'image', '|', 'showSource', 'undo', 'redo'],
// Add your own presets here ...
],

Expand Down
Binary file modified images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/js/components/Tools/CodeBlock.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<Standard :tool="tool" :refs="refs" :editor="editor" />

<!-- todo: Add dropdown language selector -->
<!-- <BubbleMenu-->
<!-- class="flex py-1 px-2 bg-gray-50 border border-gray-200 rounded"-->
<!-- :editor="editor"-->
Expand Down

0 comments on commit 316e864

Please sign in to comment.