[UI] footer render hook in login page

I added a footer render hook, its normal in all pages except the login page

->renderHook(
    'panels::footer',
    fn(): View => view('filament.hooks.footer'),
)

simple blade:

<div class="text-center text-sm my-2 space-y-2">
  ...
</div>



example: https://demo.larazeus.com/admin/login

I think the fi-simple-layout should have flex-col right?
Screenshot_2023-08-02_at_4.34.54_PM.png
Solution
GitHub
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...
Was this page helpful?