Notifications
diff --git a/components/settings/OrganizationSettings.tsx b/components/settings/OrganizationSettings.tsx
index 2ee5bad..4583879 100644
--- a/components/settings/OrganizationSettings.tsx
+++ b/components/settings/OrganizationSettings.tsx
@@ -1098,7 +1098,7 @@ export default function OrganizationSettings() {
- Download PDF
+ Download PDF
)}
{invoice.hosted_invoice_url && (
@@ -1110,7 +1110,7 @@ export default function OrganizationSettings() {
}`}
title={invoice.status === 'open' ? 'Pay now' : 'View invoice'}>
- {invoice.status === 'open' ? 'Pay now' : 'View invoice'}
+ {invoice.status === 'open' ? 'Pay now' : <>
View Invoice>}
)}
diff --git a/package-lock.json b/package-lock.json
index bcf20b8..5c13c9c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"name": "pulse-frontend",
"version": "0.15.0-alpha",
"dependencies": {
- "@ciphera-net/ui": "^0.2.5",
+ "@ciphera-net/ui": "^0.2.6",
"@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2",
@@ -1667,9 +1667,9 @@
}
},
"node_modules/@ciphera-net/ui": {
- "version": "0.2.5",
- "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.2.5/01371025a6706621b7a2c353cb1b07a239961fc3",
- "integrity": "sha512-Ybd3zZLqpdv/dktNylT/jOm9OTMVST35+19QY+DTvDeluF3B4bN2YA7S85V7PpXGmZBmnPQX3U8qP4t2HwyyMw==",
+ "version": "0.2.6",
+ "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.2.6/85b0deed2ec86461502209b098f64e028b49e63e",
+ "integrity": "sha512-mNlK4FNwWAYiScMcyTP7Y5EEZjSUf8H63EdQUlcTEWoFo4km5ZPrlJcfPsbUsN65YB9OtT+iAiu/XRG4dI0/Gg==",
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"class-variance-authority": "^0.7.1",
diff --git a/package.json b/package.json
index 2443198..ea1f781 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"test:watch": "vitest"
},
"dependencies": {
- "@ciphera-net/ui": "^0.2.5",
+ "@ciphera-net/ui": "^0.2.6",
"@ducanh2912/next-pwa": "^10.2.9",
"@phosphor-icons/react": "^2.1.10",
"@simplewebauthn/browser": "^13.2.2",
diff --git a/styles/globals.css b/styles/globals.css
index ca0ed60..a37e520 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -82,6 +82,15 @@
transform-style: preserve-3d;
}
+ /* * Scrollbar hide - for horizontal scroll navs */
+ .scrollbar-hide {
+ -ms-overflow-style: none;
+ scrollbar-width: none;
+ }
+ .scrollbar-hide::-webkit-scrollbar {
+ display: none;
+ }
+
/* * Animations */
@keyframes float {
0%, 100% { transform: translateY(0px); }