Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/guides/using-filament-with-volt.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ We can simplify the process of viewing, creating, editing, and deleting our proj
<x-app.container class="max-w-5xl">
<div class="flex items-center justify-between mb-5">
<x-app.heading title="Projects" description="Check out your projects below" :border="false"/>
<x-modal id="create-project" width="md" :slide-over="true">
<x-filament::modal id="create-project" width="md" :slide-over="true">
<x-slot name="trigger">
<x-button>New Project</x-button>
</x-slot>
Expand Down