From 63578e6480eefb3af444ca41404a6a850921f882 Mon Sep 17 00:00:00 2001
From: Siddhant Rai <47355538+siiddhantt@users.noreply.github.com>
Date: Tue, 11 Jun 2024 18:54:23 +0530
Subject: [PATCH] fix: calendar tile fonts underlined (#5820)
- fixes #5797
---
.../components/SettingsAccountsSettingsSection.tsx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx b/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx
index 2b43da472..3bcb19ea0 100644
--- a/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx
+++ b/packages/twenty-front/src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx
@@ -1,4 +1,3 @@
-import { Link } from 'react-router-dom';
import styled from '@emotion/styled';
import { H2Title, IconCalendarEvent, IconMailCog } from 'twenty-ui';
@@ -27,11 +26,13 @@ export const SettingsAccountsSettingsSection = () => {
Set email visibility, manage your blocklist and more.
-
+
Configure and customize your calendar preferences.
-
+
);