diff --git a/src/lib/components/dashboard/profile/AdvancedSettings.svelte b/src/lib/components/dashboard/profile/AdvancedSettings.svelte new file mode 100644 index 0000000..b44cef4 --- /dev/null +++ b/src/lib/components/dashboard/profile/AdvancedSettings.svelte @@ -0,0 +1 @@ +

Advanced settings

diff --git a/src/lib/components/dashboard/profile/Credits.svelte b/src/lib/components/dashboard/profile/Credits.svelte new file mode 100644 index 0000000..3d3ede6 --- /dev/null +++ b/src/lib/components/dashboard/profile/Credits.svelte @@ -0,0 +1 @@ +

Credits

diff --git a/src/lib/components/ui/profile/profilesettings.svelte b/src/lib/components/dashboard/profile/ProfileSettings.svelte similarity index 65% rename from src/lib/components/ui/profile/profilesettings.svelte rename to src/lib/components/dashboard/profile/ProfileSettings.svelte index b484a1e..54d5b05 100644 --- a/src/lib/components/ui/profile/profilesettings.svelte +++ b/src/lib/components/dashboard/profile/ProfileSettings.svelte @@ -1,16 +1,16 @@
- -
- unideb.tech -
-
+ +
unideb.tech
+
- + {#if activeTab === 'profile'} - + {:else if activeTab === 'advanced'} - + {:else if activeTab === 'credits'} - + {/if}
-