Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gholi-dev committed Apr 18, 2024
1 parent 2c4c2d5 commit 64e99ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
9 changes: 7 additions & 2 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "سیاست حفظ حریم خصوصی لیارا",
},
],
},
];
Expand Down
24 changes: 12 additions & 12 deletions components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Fragment>
Expand All @@ -39,13 +39,13 @@ export default ({ children }) => {
<main>
<Header setSearchOpen={setSearchOpen} />

<a
{/* <a
href="https://t.me/liaracommunity"
target="_blank"
rel="noreferrer noopener"
>
<img style={telegramStyle} src={"/static/telegram.svg"} />
</a>
</a> */}

<div className="wrapper">
<Sidebar searchOpen={searchOpen} setSearchOpen={setSearchOpen} />
Expand Down

0 comments on commit 64e99ab

Please sign in to comment.