From 6733814fb06b3551f067892ebdc7adf344dc3053 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Mon, 23 Jan 2023 03:55:11 -0500 Subject: [PATCH] Rename `src` to `astro` --- {src => astro}/components/Sidebar.astro | 2 +- {src => astro}/components/pages/1.mdx | 0 {src => astro}/components/pages/2.astro | 0 {src => astro}/components/pages/3.astro | 0 {src => astro}/components/pages/4.astro | 0 {src => astro}/components/pages/Settings.mdx | 0 {src => astro}/components/sidebar/Tab.astro | 0 {src => astro}/layouts/App.astro | 0 {src => astro}/pages/index.mdx | 0 {src => astro}/styles/index.scss | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename {src => astro}/components/Sidebar.astro (92%) mode change 100755 => 100644 rename {src => astro}/components/pages/1.mdx (100%) mode change 100755 => 100644 rename {src => astro}/components/pages/2.astro (100%) mode change 100755 => 100644 rename {src => astro}/components/pages/3.astro (100%) mode change 100755 => 100644 rename {src => astro}/components/pages/4.astro (100%) mode change 100755 => 100644 rename {src => astro}/components/pages/Settings.mdx (100%) mode change 100755 => 100644 rename {src => astro}/components/sidebar/Tab.astro (100%) mode change 100755 => 100644 rename {src => astro}/layouts/App.astro (100%) mode change 100755 => 100644 rename {src => astro}/pages/index.mdx (100%) mode change 100755 => 100644 rename {src => astro}/styles/index.scss (100%) mode change 100755 => 100644 diff --git a/src/components/Sidebar.astro b/astro/components/Sidebar.astro old mode 100755 new mode 100644 similarity index 92% rename from src/components/Sidebar.astro rename to astro/components/Sidebar.astro index 5855674..7fa6646 --- a/src/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -8,7 +8,7 @@ import Tab from './sidebar/Tab.astro'; Page="1" Name="Welcome" Icon="fa-solid fa-wand-magic-sparkles" - Default="active" + Default="active" // This selects the tab by default >