File tree Expand file tree Collapse file tree
src/extensionsIntegrated/phoenix-pro/browser-context Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,50 +203,15 @@ ImageRibbonGallery.prototype = {
203203 // this are the default queries, so when image ribbon gallery is shown, we select a random query and show it
204204 const qualityQueries = [
205205 "nature" ,
206- "minimal" ,
207- "workspace" ,
208- "abstract" ,
209206 "coffee" ,
210207 "mountains" ,
211208 "city" ,
212209 "flowers" ,
213210 "ocean" ,
214211 "sunset" ,
215- "architecture" ,
216212 "forest" ,
217213 "travel" ,
218- "technology" ,
219- "sky" ,
220- "landscape" ,
221- "creative" ,
222- "design" ,
223- "art" ,
224- "modern" ,
225- "food" ,
226- "patterns" ,
227- "colors" ,
228- "photography" ,
229- "studio" ,
230- "light" ,
231- "winter" ,
232- "summer" ,
233- "vintage" ,
234- "geometric" ,
235- "water" ,
236- "beach" ,
237- "space" ,
238- "garden" ,
239- "textures" ,
240- "urban" ,
241- "portrait" ,
242- "music" ,
243- "books" ,
244- "home" ,
245- "cozy" ,
246- "aesthetic" ,
247- "autumn" ,
248- "spring" ,
249- "clouds"
214+ "sky"
250215 ] ;
251216
252217 const randIndex = Math . floor ( Math . random ( ) * qualityQueries . length ) ;
You can’t perform that action at this time.
0 commit comments