diff --git a/README.md b/README.md index 4f92347..25a4126 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This package provides a *DataTables-like* experience for [Inertia.js](https://inertiajs.com/) with support for searching, filtering, sorting, toggling columns, and pagination. It generates URLs that can be consumed by Spatie's excellent [Laravel Query Builder](https://github.com/spatie/laravel-query-builder) package, with no additional logic needed. The components are styled with [Tailwind CSS 3.0](https://tailwindcss.com/), but it's fully customizable with slots. The data refresh logic is based on Inertia's [Ping CRM demo](https://github.com/inertiajs/pingcrm). -![Inertia.js Table for Laravel Query Builder](https://user-images.githubusercontent.com/8403149/177773377-86c32d69-8f86-47e4-8063-ea227e480d10.mp4) +[![Inertia.js Table for Laravel Query Builder](https://protone.media/storage/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder.jpg)](https://user-images.githubusercontent.com/8403149/177773377-86c32d69-8f86-47e4-8063-ea227e480d10.mp4) ## Support this package! diff --git a/app/resources/js/Layouts/Guest.vue b/app/resources/js/Layouts/Guest.vue index 16600e8..580a2da 100644 --- a/app/resources/js/Layouts/Guest.vue +++ b/app/resources/js/Layouts/Guest.vue @@ -1,6 +1,6 @@