Skip to content

Commit

Permalink
Reorder emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
spejamchr committed Mar 15, 2024
1 parent 17f7be4 commit 0e48392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/site_footer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use leptos::{html::*, *};
use web_sys::js_sys::Date;

static EMOJI: [char; 43] = [
'🐰', '🐻', '🦏', '😂', '🐗', '🐛', '🐼', '🌙', '🚙', '🦔', '🌽', '🍜', '🦞', '😽', '🚂', '🍱',
'🛹', '🛴', '🚑', '🐢', '🍪', '🚘', '🌔', '🐐', '💥', '🍓', '🥀', '🐮', '🐱', '😃', '🌞', '🌜',
'🦆', '🐯', '🧐', '😴', '🙃', '🐝', '🚦', '🍓', '🐪', '👹', '🚉',
'🙃', '🚘', '🌔', '🐐', '💥', '🍓', '🚉', '🐰', '🐻', '🦏', '😂', '🌜', '🐛', '🐼', '🌙', '🚙',
'🦔', '🐝', '🚦', '🍓', '🐪', '👹', '🍱', '🛹', '🛴', '🚑', '🐢', '🐗', '🌽', '🍜', '🦞', '😽',
'🚂', '🥀', '🐮', '🐱', '😃', '🌞', '🍪', '🦆', '🐯', '🧐', '😴',
];

pub fn site_footer() -> impl IntoView {
Expand Down

0 comments on commit 0e48392

Please sign in to comment.