Skip to content

Commit 9b4bcb8

Browse files
Merge pull request #554 from appwrite/fix-bun-icon
Fix bun icon path
2 parents 1d604a0 + ade2847 commit 9b4bcb8

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/console/project-[project]/functions/templates/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
case runtime.includes('dart'):
6666
return 'dart';
6767
case runtime.includes('bun'):
68-
return 'bun-sh';
68+
return 'bun';
6969
default:
7070
return undefined;
7171
}

0 commit comments

Comments
 (0)