From 34d6953e4e4e1ace1fe9248ef0056826ed94510f Mon Sep 17 00:00:00 2001 From: Alex Tyrode Date: Tue, 4 Feb 2025 05:52:25 +0100 Subject: [PATCH] feat: replace tldraw by excalidraw in EXAMPLE_REPOS --- src/server/server_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/server_config.py b/src/server/server_config.py index 978a9ba3..081e534b 100644 --- a/src/server/server_config.py +++ b/src/server/server_config.py @@ -10,7 +10,7 @@ {"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"}, {"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"}, {"name": "Flask", "url": "https://github.com/pallets/flask"}, - {"name": "Tldraw", "url": "https://github.com/tldraw/tldraw"}, + {"name": "Excalidraw", "url": "https://github.com/excalidraw/excalidraw"}, {"name": "ApiAnalytics", "url": "https://github.com/tom-draper/api-analytics"}, ]