From 95e83b13520ddd62c7accddf7bed213e5d23d544 Mon Sep 17 00:00:00 2001 From: Bryan Mowrey Date: Sat, 4 Jul 2026 08:13:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20README=20screenshot=20?= =?UTF-8?q?alt=20text=20(#2359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9049b47..b3837f1e 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,19 @@ ### Dashboard Login -[![API docs](img/login.png)](https://github.com/fastapi/full-stack-fastapi-template) +[![Dashboard login screenshot](img/login.png)](https://github.com/fastapi/full-stack-fastapi-template) ### Dashboard - Admin -[![API docs](img/dashboard.png)](https://github.com/fastapi/full-stack-fastapi-template) +[![Admin dashboard screenshot](img/dashboard.png)](https://github.com/fastapi/full-stack-fastapi-template) ### Dashboard - Items -[![API docs](img/dashboard-items.png)](https://github.com/fastapi/full-stack-fastapi-template) +[![Items dashboard screenshot](img/dashboard-items.png)](https://github.com/fastapi/full-stack-fastapi-template) ### Dashboard - Dark Mode -[![API docs](img/dashboard-dark.png)](https://github.com/fastapi/full-stack-fastapi-template) +[![Dark mode dashboard screenshot](img/dashboard-dark.png)](https://github.com/fastapi/full-stack-fastapi-template) ### Interactive API Documentation