Skip to content

Commit

Permalink
Update 6_creating-a-block.md
Browse files Browse the repository at this point in the history
mentioned file mistake
  • Loading branch information
amiraezz authored and ifox committed Oct 14, 2024
1 parent 6970503 commit 9eb77c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ return [
```

Now with this in place, you can go back to the block editor and add your first image block! But just as before, we have
to update the content of the preview file (`resources/views/site/blocks/text.blade.php`) so that we actually display
to update the content of the preview file (`resources/views/site/blocks/image.blade.php`) so that we actually display
the image!

```blade
Expand Down

0 comments on commit 9eb77c7

Please sign in to comment.