Skip to content

Commit 62aba4b

Browse files
committed
feat: add analog to framework list
1 parent 4db33e9 commit 62aba4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)