From e0034dc205a3f24653d88a455f97951d358b1726 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 23 Sep 2024 06:30:19 +0200 Subject: [PATCH] :bug: Fix onboarding edn urls --- backend/resources/app/onboarding.edn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/resources/app/onboarding.edn b/backend/resources/app/onboarding.edn index 43a701f24..5762f09b9 100644 --- a/backend/resources/app/onboarding.edn +++ b/backend/resources/app/onboarding.edn @@ -18,10 +18,10 @@ :file-uri "https://github.com/penpot/penpot-files/raw/main/Lucide-icons.penpot"} {:id "font-awesome" :name "Font Awesome" - :file-uri "https://github.com/penpot/penpot-files/raw/main/Font-Awesome.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/FontAwesome.penpot"} {:id "black-white-mobile-templates" :name "Black & White Mobile Templates" - :file-uri "https://github.com/penpot/penpot-files/raw/main/Black-White-Mobile-Templates.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Black-&-White-Mobile-Templates.penpot"} {:id "avataaars" :name "Avataaars" :file-uri "https://github.com/penpot/penpot-files/raw/main/Avataaars-by-Pablo-Stanley.penpot"} @@ -33,10 +33,10 @@ :file-uri "https://github.com/penpot/penpot-files/raw/main/Whiteboarding-mapping-kit.penpot"} {:id "open-color-scheme" :name "Open Color Scheme" - :file-uri "https://github.com/penpot/penpot-files/raw/main/Open-Color-Scheme.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Open%20Color%20Scheme%20(v1.9.1).penpot"} {:id "flex-layout-playground" :name "Flex Layout Playground" - :file-uri "https://github.com/penpot/penpot-files/raw/main/Flex-Layout-Playground.penpot"} + :file-uri "https://github.com/penpot/penpot-files/raw/main/Flex%20Layout%20Playground.penpot"} {:id "welcome" :name "Welcome" :file-uri "https://github.com/penpot/penpot-files/raw/main/welcome.penpot"}]