mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: privacy page with translation
refactor: apply prettier conf to all files feat: terms of use with translation
This commit is contained in:
@@ -11,6 +11,7 @@ import { Category, Link } from "types";
|
||||
import { TFunctionParam } from "types/i18next";
|
||||
import LinkItem from "./LinkItem";
|
||||
import styles from "./links.module.scss";
|
||||
import clsx from "clsx";
|
||||
|
||||
export default function Links({
|
||||
category,
|
||||
@@ -64,7 +65,7 @@ export default function Links({
|
||||
</span>
|
||||
</h2>
|
||||
{links.length !== 0 ? (
|
||||
<ul className={styles["links"]}>
|
||||
<ul className={clsx(styles["links"], "reset")}>
|
||||
{links.map((link, index) => (
|
||||
<LinkItem
|
||||
link={link}
|
||||
|
||||
Reference in New Issue
Block a user