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:
@@ -2,8 +2,6 @@
|
||||
|
||||
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 { Typography } from "@scandic-hotels/design-system/Typography"
|
||||
|
||||
@@ -55,20 +53,6 @@ export default function DigitalTeamMemberCardClient({
|
||||
})}
|
||||
</p>
|
||||
</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>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -99,12 +99,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--Space-x05);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.modal {
|
||||
max-width: 375px;
|
||||
|
||||
Reference in New Issue
Block a user