Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit a01ff74

Browse files
committed
feat: add Database and Code icons to SVG picker
1 parent ba73b20 commit a01ff74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/js/admin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const SIMPLE_ICONS = [
2727
{ slug: 'amazoneks', label: 'EKS' },
2828
{ slug: 'terraform', label: 'Terraform' },
2929
{ slug: 'ansible', label: 'Ansible' },
30+
{ slug: 'database', label: 'Database' },
31+
{ slug: 'code', label: 'Code' },
3032
{ slug: 'nginx', label: 'Nginx' },
3133
{ slug: 'apache', label: 'Apache' },
3234
{ slug: 'caddy', label: 'Caddy' },

0 commit comments

Comments
 (0)