@pubuduth-aplicy/chat-ui 2.1.94 → 2.1.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pubuduth-aplicy/chat-ui",
3
- "version": "2.1.94",
3
+ "version": "2.1.95",
4
4
  "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -8,7 +8,7 @@ const SystemNotice = () => (
8
8
  fontSize: "14px",
9
9
  }}>
10
10
  <strong style={{ display: "block", marginBottom: "0.5rem", textAlign:"center", fontSize:"smaller" }}>🛡 WE HAVE YOUR BACK</strong>
11
- <p style={{fontSize:"x-small"}}>For added safety and your protection, keep payments and communications within Hirepanther.
11
+ <p style={{fontSize:"x-small", textAlign:"center"}}>For added safety and your protection, keep payments and communications within Hirepanther.
12
12
  {/* <a href="#">Learn more</a> */}
13
13
  </p>
14
14
  </div>
@@ -455,7 +455,7 @@ const Message = ({ message }: MessageProps) => {
455
455
  cancelDownload();
456
456
  } else {
457
457
  handleDownload(
458
- `${cdnUrl}/${media.url}`,
458
+ `${cdnUrl}${media.url}`,
459
459
  media.name,
460
460
  index
461
461
  );