Skip to content

Commit

Permalink
fix of 912791b
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Dec 30, 2022
1 parent 198123f commit f528d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/emojis.emoji.vue
@@ -1,6 +1,6 @@
<template>
<button class="zuvgdzyu _button" @click="menu">
<img :src="emoji.url" class="img" :alt="emoji.name"/>
<img :src="`/emoji/${emoji.name}.webp`" class="img" :alt="emoji.name"/>
<div class="body">
<div class="name _monospace">{{ emoji.name }}</div>
<div class="info">{{ emoji.aliases.join(' ') }}</div>
Expand Down

0 comments on commit f528d17

Please sign in to comment.