Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liara-cloud/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Apr 18, 2024
2 parents d6a6596 + 3053837 commit 69091be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
13 changes: 10 additions & 3 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 Expand Up @@ -308,7 +313,9 @@ const Footer = () => {
</a>
<h6>تلفن واحد فروش:</h6>
<a style={{ margin: 0, padding: 0 }} href="tel:02533557619">
<p style={{ marginTop: 12 }}>۰۲۵-۳۳۵۵۷۶۱۹ (۹ الی ۱۷)</p>
<p style={{ marginTop: 12 }}>
۰۲۵-۳۳۵۵۷۶۱۹ (روزهای کاری ۹ الی ۱۷)
</p>
</a>
<h6>آدرس:</h6>
<p style={{ marginTop: 12, lineHeight: "28px" }}>
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 69091be

Please sign in to comment.