mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
feat: add privacy & terms links index page
This commit is contained in:
@@ -100,6 +100,12 @@ export default function Links({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<footer className={styles["footer"]}>
|
<footer className={styles["footer"]}>
|
||||||
|
<div className="top">
|
||||||
|
<LinkTag href={PATHS.PRIVACY}>{t("common:privacy")}</LinkTag>
|
||||||
|
{" • "}
|
||||||
|
<LinkTag href={PATHS.TERMS}>{t("common:terms")}</LinkTag>
|
||||||
|
</div>
|
||||||
|
<div className="bottom">
|
||||||
{t("home:footer.made_by")}{" "}
|
{t("home:footer.made_by")}{" "}
|
||||||
<LinkTag href={PATHS.AUTHOR} target="_blank">
|
<LinkTag href={PATHS.AUTHOR} target="_blank">
|
||||||
Sonny
|
Sonny
|
||||||
@@ -112,6 +118,7 @@ export default function Links({
|
|||||||
<LinkTag href={PATHS.EXTENSION} target="_blank">
|
<LinkTag href={PATHS.EXTENSION} target="_blank">
|
||||||
Extension
|
Extension
|
||||||
</LinkTag>
|
</LinkTag>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user