Add eris and felidae buttons
This commit is contained in:
parent
7b3e3888c6
commit
fc2724dab3
3 changed files with 12 additions and 0 deletions
|
|
@ -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/"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
BIN
PancakesWeb/wwwroot/imgs/buttons/eris.png
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/eris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
PancakesWeb/wwwroot/imgs/buttons/felidae.png
Normal file
BIN
PancakesWeb/wwwroot/imgs/buttons/felidae.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue