From d109376bcb593f89b1d550372e7d9cabfa0494e2 Mon Sep 17 00:00:00 2001 From: Bmowville Date: Fri, 26 Jun 2026 10:27:43 -0400 Subject: [PATCH] Improve README screenshot alt text --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9049b4779..b3837f1e65 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