Skip to content

Commit

Permalink
design: remove headless design
Browse files Browse the repository at this point in the history
  • Loading branch information
Xylight committed Dec 15, 2023
1 parent 8961759 commit c20425b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/routes/admin/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<div class="flex flex-col gap-4 h-full">
<MultiSelect
headless
options={[
'/admin/config',
'/admin/applications',
Expand Down
1 change: 0 additions & 1 deletion src/routes/profile/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<div class="flex flex-col gap-4 h-full">
<MultiSelect
headless
options={[
'/profile/user',
'/profile/settings',
Expand Down

0 comments on commit c20425b

Please sign in to comment.