Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Clean up emoji #455

Merged
merged 1 commit into from
Aug 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/terminal/emoji.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ pub static CRAB: Emoji = Emoji("🦀 ", "");
pub static DANCERS: Emoji = Emoji("👯 ", "");
pub static EYES: Emoji = Emoji("👀 ", "");
pub static INBOX: Emoji = Emoji("📥 ", "");
pub static INFO: Emoji = Emoji("💁 ", "");
pub static INFO: Emoji = Emoji("💁 ", "");
pub static MICROSCOPE: Emoji = Emoji("🔬 ", "");
pub static SHEEP: Emoji = Emoji("🐑 ", "");
pub static SLEUTH: Emoji = Emoji("🕵️‍♂️ ", "");
pub static SLEUTH: Emoji = Emoji("🕵️ ", "");
pub static SPARKLES: Emoji = Emoji("✨ ", "");
pub static SWIRL: Emoji = Emoji("🌀 ", "");
pub static UP: Emoji = Emoji("🆙 ", "");
Expand Down