Commit 0a024c7 1 parent f88d198 commit 0a024c7 Copy full SHA for 0a024c7
File tree 4 files changed +19
-1
lines changed
4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// NOTE: This file should not be edited
5
- // see https://nextjs.org/docs/basic-features /typescript for more information.
5
+ // see https://nextjs.org/docs/pages/api-reference/config /typescript for more information.
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ export default async function handler(req: NextRequest) {
78
78
imgBlur = "7px" ;
79
79
backgroundImage = "https://kalai.fairdataihub.org/codefairBackground.svg" ;
80
80
break ;
81
+ case "eyeact" :
82
+ appText = "EyeACT" ;
83
+ imgBlur = "5px" ;
84
+ backgroundImage = "https://kalai.fairdataihub.org/eyeactBackground.svg" ;
85
+ break ;
81
86
default :
82
87
// Use what the user entered
83
88
appText = app ;
@@ -113,6 +118,14 @@ export default async function handler(req: NextRequest) {
113
118
social : "@fair-biors" ,
114
119
} ;
115
120
break ;
121
+ case "eyeact" :
122
+ org = {
123
+ name : "EyeACT" ,
124
+ github : true ,
125
+ twitter : false ,
126
+ social : "@EyeACT" ,
127
+ } ;
128
+ break ;
116
129
}
117
130
118
131
return new ImageResponse (
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ export default function Index() {
134
134
135
135
< option value = "fairhub-docs" > Fairhub Documentation</ option >
136
136
137
+ < option value = "eyeact" > EyeACT</ option >
138
+
137
139
< option value = "codefair" > codefair</ option >
138
140
139
141
< option value = "custom" > Custom</ option >
@@ -170,6 +172,8 @@ export default function Index() {
170
172
171
173
< option value = "ai-readi" > AI-READI</ option >
172
174
175
+ < option value = "eyeact" > EyeACT</ option >
176
+
173
177
< option value = "fair-biors" > FAIR-BioRS</ option >
174
178
</ select >
175
179
</ div >
You can’t perform that action at this time.
0 commit comments