forked from cerc-io/snowballtools-base
Nabarun Gogoi
6b17dce2ae
* Fix alignment of deployment status chip * Use template name from env * Use env for git template link * Add loading spinner for create project * Display user name * Format the displayed user name --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
export const GIT_TEMPLATE_LINK = `https://github.com/${process.env.REACT_APP_GITHUB_TEMPLATE_REPO}`;
|
|
|
|
export const SHORT_COMMIT_HASH_LENGTH = 8;
|