diff --git a/frontend/src/index.css b/frontend/src/index.css index ee9aa0c2..7d2f958a 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); + @tailwind base; @tailwind components; @tailwind utilities; diff --git a/frontend/src/modals/AgentDetailsModal.tsx b/frontend/src/modals/AgentDetailsModal.tsx index b18eb1ca..0c94ce6e 100644 --- a/frontend/src/modals/AgentDetailsModal.tsx +++ b/frontend/src/modals/AgentDetailsModal.tsx @@ -94,24 +94,21 @@ export default function AgentDetailsModal({

Public Link

- {sharedToken && ( -
+
+ {sharedToken ? ( +
+

+ {`${baseURL}/shared/agent/${sharedToken}`} -

- )} - - {sharedToken ? ( -
-

- {`${baseURL}/shared/agent/${sharedToken}`}

) : ( )} @@ -141,21 +150,21 @@ export default function AgentDetailsModal({

Webhook URL

- {webhookUrl && ( -
- -
- )} {webhookUrl ? ( -
-

+

+

{webhookUrl} +

) : (