From dc8a7027f2cadaae5e812b6806bb3d20f39b6f5d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 20 Feb 2025 20:23:13 +0100 Subject: [PATCH] Remove note syntax (#2574) --- docs/frontend/design.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/frontend/design.md b/docs/frontend/design.md index 01841031..d9744106 100644 --- a/docs/frontend/design.md +++ b/docs/frontend/design.md @@ -14,4 +14,3 @@ When new components or features are added to the frontend, those need to be adde :::note While the portal is publically named "design", it is referred to as "gallery" in the frontend repository. That is why the script to run the gallery locally in your development environment can be found at `gallery/script/develop_gallery` and the source code in `gallery/src`. -::