diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx
index 2c86983d8..f9a35ad1c 100644
--- a/src/components/tab_switcher/tab_switcher.jsx
+++ b/src/components/tab_switcher/tab_switcher.jsx
@@ -111,7 +111,7 @@ export default {
type="button"
role="tab"
>
-
+
{props.label ? '' : props.label}
diff --git a/src/stores/emoji.js b/src/stores/emoji.js
index aea8e5985..2d77954f1 100644
--- a/src/stores/emoji.js
+++ b/src/stores/emoji.js
@@ -146,7 +146,7 @@ export const useEmojiStore = defineStore('emoji', {
async getStaticEmoji() {
try {
// See build/emojis_plugin for more details
- const values = (await import('/src/assets/emoji.json')).default
+ const values = (await import('src/assets/emoji.json')).default
const emoji = Object.keys(values).reduce((res, groupId) => {
res[groupId] = values[groupId].map((e) => ({