+
-
{/*
*/}
-
-
+
+
+
{availability.id && (
- <>
setIsPreviewMode(!isPreviewMode)}>
- {isPreviewMode ? 'Скрий потребителския изглед' : 'Виж какво ще се покаже на потребителите'}
+ {isPreviewMode ? 'Скрий прегледа' : 'Преглед'}
diff --git a/components/sidebar.tsx b/components/sidebar.tsx
index a3c0792..b0d4838 100644
--- a/components/sidebar.tsx
+++ b/components/sidebar.tsx
@@ -180,7 +180,7 @@ function UserDetails({ session }) {
>
diff --git a/content/telegram_users.json b/content/telegram_users.json
index 7b66e08..ba6f826 100644
--- a/content/telegram_users.json
+++ b/content/telegram_users.json
@@ -2,5 +2,9 @@
{
"chatId": 777826553,
"phoneNumber": "+359883351579"
+ },
+ {
+ "chatId": 882873119,
+ "phoneNumber": "359896260509"
}
]
\ No newline at end of file
diff --git a/styles/global.css b/styles/global.css
index 90eb37d..e1e7da7 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -27,7 +27,7 @@ body {
@apply m-2 text-white font-bold py-2 px-4 rounded bg-blue-500 hover:bg-blue-700;
}
.panel-actions {
- @apply flex justify-end items-center justify-between;
+ @apply flex justify-end items-center justify-between;
}
.action-button {
@apply inline-block align-baseline font-bold text-blue-500 hover:text-blue-800;