Skip to content

Commit

Permalink
Typo when adding more funicode frames
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 10, 2017
1 parent 37d60eb commit dfb250e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Term/Spinner/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ my %frames = (
'ascii_blink' => [ qw(o -) ],
'ascii_v' => [ qw(v < ^ >) ],
'ascii_inflate' => [ qw(. o O o) ],
'uni_earth' => qw(🌍 🌏 🌎),
'uni_moon' => qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒),
'uni_junk_food' => qw(🌭 🌮 🌯 🍔 🍕 🍟),
'uni_clapping' => qw(👐 👏),
'uni_diamonds' => qw(🔹 🔷 🔸 🔶),
'uni_earth' => [ qw(🌍 🌏 🌎) ],
'uni_moon' => [ qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒) ],
'uni_junk_food' => [ qw(🌭 🌮 🌯 🍔 🍕 🍟) ],
'uni_clapping' => [ qw(👐 👏) ],
'uni_diamonds' => [ qw(🔹 🔷 🔸 🔶) ],
'uni_dots' => [ qw(⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏) ],
'uni_dots2' => [ qw(⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷) ],
'uni_dots3' => [ qw(⣷ ⣯ ⣟ ⡿ ⢿ ⣻ ⣽ ⣾) ],
Expand Down

0 comments on commit dfb250e

Please sign in to comment.