diff --git a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagelg.png b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagelg.png index 75d98039..a42216e2 100644 Binary files a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagelg.png and b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagelg.png differ diff --git a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagemd.png b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagemd.png index 28042b9b..668ec7af 100644 Binary files a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagemd.png and b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagemd.png differ diff --git a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagexs.png b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagexs.png index 58fff146..79e6553a 100644 Binary files a/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagexs.png and b/playwright-tests/snapshots/qucikstart-page.spec.ts-Quickstart-Pagexs.png differ diff --git a/src/pages/quickstart.tsx b/src/pages/quickstart.tsx index 67657c31..33e51300 100644 --- a/src/pages/quickstart.tsx +++ b/src/pages/quickstart.tsx @@ -46,7 +46,7 @@ export const QuickstartPage = () => { {isLoading ? (
Loading...
) : ( -
+
{mySnippets?.slice(0, 6).map((snippet) => ( {

Start Blank Snippet

-
+
{blankTemplates.map((template, index) => ( {

Import as Snippet

-
+
{[ { name: "KiCad Footprint", type: "footprint" }, { name: "KiCad Project", type: "board" }, @@ -159,11 +161,13 @@ export const QuickstartPage = () => {

Start from a Template

-
+
{templates.map((template, index) => (