Skip to content

Commit

Permalink
Update CompendiumPage.vue again
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos authored May 30, 2024
1 parent d228efc commit 6f2cbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompendiumPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const user = ref<User|User2|null>();
const guild = ref<Guild|Guild2>();
const defaultSwitchClient = ref(localStorage.getItem('compendium_client') ? parseInt(localStorage.getItem('compendium_client'), 10) : 0);
const linkUrl = computed(() =>
defaultSwitchClient.value === 0 ? 'https://hs-compendium.com/' : 'https://compendiumnew.mentalisit.myds.me/links';
defaultSwitchClient.value === 0 ? 'https://hs-compendium.com/' : 'https://compendiumnew.mentalisit.myds.me/links'
);
const linkText = computed(() => defaultSwitchClient.value === 0 ? 'HS Compendium' : 'invite');
Expand Down

0 comments on commit 6f2cbbf

Please sign in to comment.