Skip to content

Commit 4aa6564

Browse files
committed
Added "Emoji provided by JoyPixels" attribution to emojipicker
1 parent 0ca4f7a commit 4aa6564

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/emoji/client/emojiPicker.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
</ul>
4040
{{/each}}
4141
</div>
42+
<div class="emoji-footer">Emoji provided by <strong>JoyPixels</strong></div>
4243
</div>
4344
</template>

app/theme/client/imports/components/emojiPicker.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
}
102102
}
103103

104+
.emoji-footer {
105+
text-align: center;
106+
font-size: 12px;
107+
color: var(--rc-color-primary-light);
108+
font-weight: 500;
109+
padding-top: 5px;
110+
}
111+
104112
.emoji-top {
105113
display: flex;
106114

0 commit comments

Comments
 (0)