Skip to content

Commit 5d2d665

Browse files
authored
add emacs icon
1 parent 2bc2746 commit 5d2d665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/emacs-pod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "coder_app" "ttyd" {
8282
share = "public"
8383
slug = "ttyd"
8484
display_name = "ttyd for tmux"
85-
icon = "/icon/folder.svg" # let's maybe get an emacs.svg somehow
85+
icon = "https://upload.wikimedia.org/wikipedia/commons/0/08/EmacsIcon.svg"
8686
agent_id = coder_agent.main.id
8787
url = "http://localhost:7681" # 7681 is the default ttyd port
8888

0 commit comments

Comments
 (0)