From 394222ed603100279b004bcca36b47fc2f55b576 Mon Sep 17 00:00:00 2001 From: Sudheer Salavadi Date: Mon, 1 Jul 2024 20:46:51 +0530 Subject: [PATCH] Minor improvements --- frontend/app/components/Client/Sites/ProjectKey.tsx | 7 ++++++- frontend/app/components/Client/Sites/Sites.tsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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}