File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/components/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class="mx-auto w-full max-w-8xl px-5 sm:px-10"
7474 get currentPage() {
7575 return +this._currentPage
7676 },
77- set currentPage(value) {
77+ set currentPage(value) {
7878 this._currentPage = value
7979 this.$nextTick(() => {
8080 this.$refs.section.scrollIntoView({ behavior: 'smooth' })
Original file line number Diff line number Diff line change 5555
5656Route::redirect ('/discord ' , 'https://discord.gg/filament ' )->name ('discord ' );
5757
58- Route::get ('/api/{version?} ' , function (? Version $ version = null ): RedirectResponse {
58+ Route::get ('/api/{version?} ' , function (Version $ version = null ): RedirectResponse {
5959 $ version = $ version ?? Version::getLatest ();
6060
6161 return redirect ('/api/ ' . $ version ->value . '/index.html ' );
You can’t perform that action at this time.
0 commit comments