diff --git a/components/Footer.js b/components/Footer.js index d8a3039b..ff49e9f3 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -239,15 +239,20 @@ const cols = [ alt: "درباره لیارا", }, { - title: "قوانین و مقررات", + title: "شرایط استفاده از خدمات", link: "https://liara.ir/terms", - alt: "قوانین و مقررات لیارا", + alt: "شرایط استفاده از خدمات لیارا", }, { title: "توافق‌نامه سطح کیفیت", link: "https://liara.ir/sla", alt: "توافق‌نامه سطح کیفیت لیارا", }, + { + title: "سیاست حفظ حریم خصوصی", + link: "https://liara.ir/privacy-policy", + alt: "سیاست حفظ حریم خصوصی لیارا", + }, ], }, ]; diff --git a/components/Layout.js b/components/Layout.js index ba6ad40a..6b6c6498 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -9,16 +9,16 @@ import Sidebar from "./Sidebar"; export default ({ children }) => { const [searchOpen, setSearchOpen] = useState(false); - const telegramStyle = { - width: "55px", - position: "fixed", - left: "30px", - bottom: "30px", - border: "1px solid #2aabee", - padding: "9px", - borderRadius: "45px", - zIndex: 99, - }; + // const telegramStyle = { + // width: "55px", + // position: "fixed", + // left: "30px", + // bottom: "30px", + // border: "1px solid #2aabee", + // padding: "9px", + // borderRadius: "45px", + // zIndex: 99, + // }; return ( @@ -39,13 +39,13 @@ export default ({ children }) => {
- - + */}