From 49bceac41ff34dd6df12760041ead73f8888dc6c Mon Sep 17 00:00:00 2001 From: Dominik Koch Date: Tue, 8 Oct 2024 15:34:41 +0200 Subject: [PATCH] Update welcome.blade.php to add missing alt tag (#6462) Every image should have an alt tag for accessibility reasons, but this one did not, so this commit aims to add the missing one. --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index a9898e337..54c3c382a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -17,7 +17,7 @@
- + Laravel background