diff --git a/frontend/app/components/Client/Sites/ProjectKey.tsx b/frontend/app/components/Client/Sites/ProjectKey.tsx index 67391720c..a00b32d07 100644 --- a/frontend/app/components/Client/Sites/ProjectKey.tsx +++ b/frontend/app/components/Client/Sites/ProjectKey.tsx @@ -1,8 +1,13 @@ import { withCopy } from 'HOCs'; import React from 'react'; +import { Tag } from "antd"; function ProjectKey({ value }: any) { - return
{value}
; + return
+ + {value} + +
; } export default withCopy(ProjectKey); diff --git a/frontend/app/components/Client/Sites/Sites.tsx b/frontend/app/components/Client/Sites/Sites.tsx index b9f046442..ccab226c2 100644 --- a/frontend/app/components/Client/Sites/Sites.tsx +++ b/frontend/app/components/Client/Sites/Sites.tsx @@ -77,7 +77,7 @@ const Sites = ({ loading, sites, user, init }: PropsFromRedux) => { {project.host}
- {project.platform === 'web' ? null : MOBILE BETA} + {project.platform === 'web' ? null : MOBILE BETA}