Merged in feat/LOY-481-remove-benefits-link (pull request #3182)

feat(LOY-481): remove employee benefits link

* feat(LOY-481): remove employee benefits link


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-11-20 07:26:25 +00:00
parent 5fd379892e
commit 8a4a4bd970
2 changed files with 0 additions and 22 deletions

View File

@@ -2,8 +2,6 @@
import { useIntl } from "react-intl" import { useIntl } from "react-intl"
import ButtonLink from "@scandic-hotels/design-system/ButtonLink"
import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon"
import Modal from "@scandic-hotels/design-system/Modal" import Modal from "@scandic-hotels/design-system/Modal"
import { Typography } from "@scandic-hotels/design-system/Typography" import { Typography } from "@scandic-hotels/design-system/Typography"
@@ -55,20 +53,6 @@ export default function DigitalTeamMemberCardClient({
})} })}
</p> </p>
</Typography> </Typography>
<ButtonLink
href="https://scandic.fuseuniversal.com/topics/73727"
target="_blank"
variant="Tertiary"
typography="Body/Supporting text (caption)/smBold"
>
<span className={styles.link}>
{intl.formatMessage({
id: "myPages.checkOutAllYourBenefits",
defaultMessage: "Check out all your benefits",
})}
<MaterialIcon icon="open_in_new" size={20} color="CurrentColor" />
</span>
</ButtonLink>
</Modal> </Modal>
) )
} }

View File

@@ -99,12 +99,6 @@
text-align: center; text-align: center;
} }
.link {
display: flex;
align-items: center;
gap: var(--Space-x05);
}
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.modal { .modal {
max-width: 375px; max-width: 375px;