Skip to content

Commit

Permalink
Add Elk to web and desktop categories (#300)
Browse files Browse the repository at this point in the history
* feat: add Elk to web and desktop

* chore: exclude jetbrains stuff from gitignore

---------

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
  • Loading branch information
userquin and Gargron authored Mar 30, 2023
1 parent c82d450 commit cc93714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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.

1 comment on commit cc93714

@vercel
Copy link

@vercel vercel bot commented on cc93714 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.