File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libs/remix-ui/home-tab/src/lib/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- export const HOME_TAB_BASE_URL = process . env . CIRCLE_BRANCH === 'beta ' ?
2- 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process . env . CIRCLE_BRANCH === 'live ' ?
1+ export const HOME_TAB_BASE_URL = process . env . CIRCLE_BRANCH === 'remix_beta ' ?
2+ 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process . env . CIRCLE_BRANCH === 'remix_live ' ?
33 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/live/' :
44 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/alpha/'
55
Original file line number Diff line number Diff line change 11{
22 "name" : " remix-project" ,
3- "version" : " 0.69 .0-dev" ,
3+ "version" : " 0.70 .0-dev" ,
44 "license" : " MIT" ,
55 "description" : " Remix Project Monorepo" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments