Files
coolify/resources/views/errors/429.blade.php
Andras Bacsai e4fa2b6964 fix(ui): polish mobile layouts, error pages, and volume backups
Keep error pages full-viewport, lift the unsaved bar above the
mobile keyboard, make status/heading layouts stack cleanly on small
screens, route service DB backups to volume-backups, and tighten
volume backup grid/forms. Cover with feature tests.
2026-08-06 21:29:26 +02:00

12 lines
348 B
PHP

@extends('layouts.base')
@section('body')
<body class="error-page-body text-black dark:text-inherit">
<x-toast />
<x-error-page
code="429"
title="Woah, slow down there!"
description="You're making too many requests. Please wait a few seconds before trying again." />
</body>
@endsection