Skip to content

Commit

Permalink
Merge pull request #223 from rainlanguage/2024-02-12-rm-help-page
Browse files Browse the repository at this point in the history
chore(tauri/ui): temporarily remove help page
  • Loading branch information
thedavidmeister authored Feb 14, 2024
2 parents 4e85aaa + f7886b2 commit 757cd0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions tauri-app/src/lib/components/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import HomeSolid from 'flowbite-svelte-icons/HomeSolid.svelte';
import WalletSolid from 'flowbite-svelte-icons/WalletSolid.svelte';
import ReceiptSolid from 'flowbite-svelte-icons/ReceiptSolid.svelte';
import LifeBuoySolid from 'flowbite-svelte-icons/LifeBuoySolid.svelte';
import GearSolid from 'flowbite-svelte-icons/GearSolid.svelte';
import IconExternalLink from '$lib/components/IconExternalLink.svelte';
import { page } from '$app/stores';
Expand Down Expand Up @@ -62,11 +61,6 @@
<GearSolid class="h-5 w-5" />
</svelte:fragment>
</SidebarItem>
<SidebarItem label="Help" href="/help">
<svelte:fragment slot="icon">
<LifeBuoySolid class="h-5 w-5" />
</svelte:fragment>
</SidebarItem>
<SidebarItem label="Documentation" target="_blank" href="https://docs.rainlang.xyz/intro">
<svelte:fragment slot="icon">
<IconExternalLink />
Expand Down
5 changes: 0 additions & 5 deletions tauri-app/src/routes/help/+page.svelte

This file was deleted.

0 comments on commit 757cd0b

Please sign in to comment.