Skip to content

Commit

Permalink
Move ProfileLinkicon outside of Options
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Aug 28, 2024
1 parent 9a18ba6 commit d0f09e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/Content/Modules/Community/ProfileLink.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import Settings from "@Options/Data/Settings";
import external from "@Content/externalLink";
import ProfileLinkIcon from "@Options/Modules/Icons/ProfileLinkIcon.svelte";
import ProfileLinkIcon from "@Icons/ProfileLinkIcon.svelte";
export let id: string;
export let href: string;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/js/Options/Modules/Options/CommunityOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import HideSpamCommentsSettings from "./Settings/HideSpamCommentsSettings.svelte";
import SubOptions from "./Components/SubOptions.svelte";
import QuickSellSettings from "./Settings/QuickSellSettings.svelte";
import ProfileLinkIcon from "@Options/Modules/Icons/ProfileLinkIcon.svelte";
import ProfileLinkIcon from "@Icons/ProfileLinkIcon.svelte";
let settings: Writable<SettingsSchema> = writable(Settings);
</script>
Expand Down

0 comments on commit d0f09e0

Please sign in to comment.