diff --git a/PancakesWeb/Data/Button.cs b/PancakesWeb/Data/Button.cs index 072c765..3eee923 100644 --- a/PancakesWeb/Data/Button.cs +++ b/PancakesWeb/Data/Button.cs @@ -119,6 +119,18 @@ public static class Buttons Image = "zvava.png", Title = "zvava.org", Href = "https://zvava.org/" + }, + new Button + { + Image = "eris.png", + Title = "eris meow :3", + Href = "https://eris.meows.gay/" + }, + new Button + { + Image = "felidae.png", + Title = "felidae.city", + Href = "https://felidae.city/" } ]; diff --git a/PancakesWeb/wwwroot/imgs/buttons/eris.png b/PancakesWeb/wwwroot/imgs/buttons/eris.png new file mode 100644 index 0000000..6d440fb Binary files /dev/null and b/PancakesWeb/wwwroot/imgs/buttons/eris.png differ diff --git a/PancakesWeb/wwwroot/imgs/buttons/felidae.png b/PancakesWeb/wwwroot/imgs/buttons/felidae.png new file mode 100644 index 0000000..537bd21 Binary files /dev/null and b/PancakesWeb/wwwroot/imgs/buttons/felidae.png differ