feat(SW-185): Added correct tokens

This commit is contained in:
Pontus Dreij
2024-08-26 10:22:44 +02:00
parent 07b564c8a4
commit 753f8ebd5c
7 changed files with 12 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ import LanguageSwitcher from "@/components/Current/Header/LanguageSwitcher"
import { getIconByIconName } from "@/components/Icons/get-icon-by-icon-name"
import Image from "@/components/Image"
import Link from "@/components/TempDesignSystem/Link"
import Body from "@/components/TempDesignSystem/Text/Body"
import Footnote from "@/components/TempDesignSystem/Text/Footnote"
import { getLang } from "@/i18n/serverContext"
@@ -10,7 +9,7 @@ import { footer } from "../mockedData"
import styles from "./details.module.css"
import { IconName } from "@/types/components/icon"
import type { IconName } from "@/types/components/icon"
function socialIcon(iconName: string): JSX.Element | null {
const SocialIcon = getIconByIconName(iconName as IconName)