diff --git a/apps/frontend/src/app/global.scss b/apps/frontend/src/app/global.scss
index da791348..ac18deaa 100644
--- a/apps/frontend/src/app/global.scss
+++ b/apps/frontend/src/app/global.scss
@@ -10,7 +10,6 @@ html {
}
.box {
position: relative;
- padding: 8px 24px;
}
.box span {
position: relative;
diff --git a/apps/frontend/src/components/launches/add.edit.model.tsx b/apps/frontend/src/components/launches/add.edit.model.tsx
index 966a2db8..8b2389fc 100644
--- a/apps/frontend/src/components/launches/add.edit.model.tsx
+++ b/apps/frontend/src/components/launches/add.edit.model.tsx
@@ -385,14 +385,15 @@ export const AddEditModal: FC<{
instructions="You are an assistant that help the user to schedule their social media posts, everytime somebody write something, try to use a function call, if not prompt the user that the request is invalid and you are here to assists with social media posts"
/>
)}
-
@@ -540,10 +541,10 @@ export const AddEditModal: FC<{
) : null}
-
-
+
+
Cancel
diff --git a/apps/frontend/src/components/launches/filters.tsx b/apps/frontend/src/components/launches/filters.tsx
index f87cea68..e469153d 100644
--- a/apps/frontend/src/components/launches/filters.tsx
+++ b/apps/frontend/src/components/launches/filters.tsx
@@ -145,74 +145,78 @@ export const Filters = () => {
week.currentDay,
]);
return (
-
-
-
- {week.display === 'day'
- ? `${dayjs()
- .month(week.currentMonth)
- .week(week.currentWeek)
- .day(week.currentDay)
- .format('dddd')}`
- : week.display === 'week'
- ? `Week ${week.currentWeek}`
- : `${dayjs().month(week.currentMonth).format('MMMM')}`}
-
-
-
{betweenDates}
-
- Day
-
-
- Week
-
-
- Month
-
+
+
+
+
+ {week.display === 'day'
+ ? `${dayjs()
+ .month(week.currentMonth)
+ .week(week.currentWeek)
+ .day(week.currentDay)
+ .format('dddd')}`
+ : week.display === 'week'
+ ? `Week ${week.currentWeek}`
+ : `${dayjs().month(week.currentMonth).format('MMMM')}`}
+
+
+
{betweenDates}
+
+
+
+ Day
+
+
+ Week
+
+
+ Month
+
+
);
};
diff --git a/apps/frontend/src/components/launches/general.preview.component.tsx b/apps/frontend/src/components/launches/general.preview.component.tsx
index ac55c38e..a1abdaa2 100644
--- a/apps/frontend/src/components/launches/general.preview.component.tsx
+++ b/apps/frontend/src/components/launches/general.preview.component.tsx
@@ -19,7 +19,7 @@ export const GeneralPreviewComponent: FC<{maximumCharacters?: number}> = (props)
});
return (
-
+
{newValues.map((value, index) => (
{
-
-
+
+
Channels
{sortedIntegrations.length === 0 && (
diff --git a/apps/frontend/src/components/layout/impersonate.tsx b/apps/frontend/src/components/layout/impersonate.tsx
index 13874b9b..06834105 100644
--- a/apps/frontend/src/components/layout/impersonate.tsx
+++ b/apps/frontend/src/components/layout/impersonate.tsx
@@ -107,7 +107,7 @@ export const Impersonate = () => {
}, [data]);
return (
-
+
diff --git a/apps/frontend/src/components/layout/layout.settings.tsx b/apps/frontend/src/components/layout/layout.settings.tsx
index 4e80c5e8..43b853d3 100644
--- a/apps/frontend/src/components/layout/layout.settings.tsx
+++ b/apps/frontend/src/components/layout/layout.settings.tsx
@@ -77,12 +77,12 @@ export const LayoutSettings = ({ children }: { children: ReactNode }) => {
{user.tier !== 'FREE' &&
}
-
+
{user?.admin &&
}
-
+
{
) : (
)}
-
+
-
+
{(user.tier === 'FREE' && isGeneral) && billingEnabled ? (
<>
diff --git a/apps/frontend/src/components/layout/top.menu.tsx b/apps/frontend/src/components/layout/top.menu.tsx
index 52b3711b..11c7ba6e 100644
--- a/apps/frontend/src/components/layout/top.menu.tsx
+++ b/apps/frontend/src/components/layout/top.menu.tsx
@@ -70,8 +70,8 @@ export const TopMenu: FC = () => {
const menuItems = useMenuItems();
return (
-
-
+
+
{menuItems
.filter((f) => {
if (f.requireBilling && !billingEnabled) {
@@ -88,7 +88,7 @@ export const TopMenu: FC = () => {
prefetch={true}
href={item.path}
className={clsx(
- 'flex gap-2 items-center box',
+ 'flex gap-2 items-center box px-[6px] md:px-[24px] py-[8px]',
menuItems
.filter((f) => {
if (f.role) {
diff --git a/apps/frontend/src/components/notifications/notification.component.tsx b/apps/frontend/src/components/notifications/notification.component.tsx
index 037eae43..ecab2113 100644
--- a/apps/frontend/src/components/notifications/notification.component.tsx
+++ b/apps/frontend/src/components/notifications/notification.component.tsx
@@ -42,7 +42,7 @@ export const NotificationOpenComponent = () => {
const { data, isLoading } = useSWR('notifications', loadNotifications);
return (
-
+