Skip to content

Commit c37a321

Browse files
authored
feat: add analog to framework list (#1404)
1 parent e38b8ba commit c37a321

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/utils/frameworks.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ export const SHOWCASED_FRAMEWORKS = [
5151
package: '@angular/core',
5252
color: 'oklch(0.626 0.2663 310.4)',
5353
},
54+
{
55+
name: 'analog',
56+
package: '@analogjs/platform',
57+
color: 'oklch(0.5205 0.2035 21.88)',
58+
},
5459
{
5560
name: 'solid',
5661
package: 'solid-js',

0 commit comments

Comments
 (0)