charity events page changed from announcements
This commit is contained in:
parent
07cfb16708
commit
57eb9b9ed8
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@
|
||||
/public/fonts-manifest.dev.json
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/uploads
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
|
||||
@ -493,7 +493,7 @@ public function announcements()
|
||||
];
|
||||
});
|
||||
|
||||
return Inertia::render('Admin/Announcements/Index', [
|
||||
return Inertia::render('Admin/Events/Index', [
|
||||
'initialAnnouncements' => $announcements,
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user