Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elk to web and desktop categories #300

Merged
merged 3 commits into from
Mar 30, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ yarn-error.log*

# vercel
.vercel

# jetbrains stuff
.idea
3 changes: 3 additions & 0 deletions data/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import metatext from "../public/apps/metatext.png"
import tooot from "../public/apps/tooot.png"
import bitlbee from "../public/apps/bitlbee.png"
import icecubes from "../public/apps/icecubes.png"
import elk from "../public/apps/elk.png"
import buffer from "../public/apps/buffer.png"
import ivory from "../public/apps/ivory.png"
import mammoth from "../public/apps/mammoth.png"
Expand Down Expand Up @@ -149,6 +150,7 @@ export const apps: appsList = {
web: [
{ name: "Pinafore", icon: pinafore, url: "https://pinafore.social" },
{ name: "Cuckoo+", icon: cuckooPlus, url: "https://www.cuckoo.social" },
{ name: "Elk", icon: elk, url: "https://elk.zone" },
{ name: "Buffer", icon: buffer, url: "https://buffer.com" },
],
desktop: [
Expand Down Expand Up @@ -181,6 +183,7 @@ export const apps: appsList = {
icon: bitlbee,
url: "https://alexschroeder.ch/cgit/bitlbee-mastodon/about/",
},
{ name: "Elk", icon: elk, url: "https://github.com/elk-zone/elk-native/releases" },
{
released_on: "Mar 23, 2023",
name: "Tuba",
Expand Down
Binary file added public/apps/elk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.