diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:42:14 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:42:14 +0000 |
commit | da992ff1b780bf687ba2093d36c2def943296ec5 (patch) | |
tree | 28d4c656da316becfaf8ba81b7541d03abb188ae /resources/views/errors/guestbook-ipban.blade.php | |
parent | a349858a7d55e66b51b56063af5306d3a5652bb9 (diff) |
Remove unused stuff
Diffstat (limited to 'resources/views/errors/guestbook-ipban.blade.php')
-rw-r--r-- | resources/views/errors/guestbook-ipban.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/errors/guestbook-ipban.blade.php b/resources/views/errors/guestbook-ipban.blade.php index 5072e35..319aff0 100644 --- a/resources/views/errors/guestbook-ipban.blade.php +++ b/resources/views/errors/guestbook-ipban.blade.php @@ -1,4 +1,4 @@ -<x-minimal> +<x-layout-min> <x-slot:title>Error 403: IP Blocked!</x-slot:title> <h1>Error 403: IP Blocked!</h1> <hr> @@ -8,4 +8,4 @@ @endif <br> Click <a href="/guestbook">here</a> to go back to the guestbook. -</x-minimal> +</x-layout-min> |