diff --git a/docs/website/src/pages/components/Footer/index.scss b/docs/website/src/pages/components/Footer/index.scss index d81b89c0b61..cffaa82909c 100644 --- a/docs/website/src/pages/components/Footer/index.scss +++ b/docs/website/src/pages/components/Footer/index.scss @@ -130,7 +130,10 @@ font-style: normal; font-weight: 600; line-height: 140%; - a{ + display: flex; + align-items: center; + gap: 4px; + a { color: rgba(255, 255, 255, 0.8); text-decoration: none; } diff --git a/docs/website/src/pages/components/Footer/index.tsx b/docs/website/src/pages/components/Footer/index.tsx index 40facb0b23a..f876078b117 100644 --- a/docs/website/src/pages/components/Footer/index.tsx +++ b/docs/website/src/pages/components/Footer/index.tsx @@ -76,9 +76,15 @@ const Footer = ({ isPc }: { isPc: boolean }) => {
-
- Made by Sealos Team.{' '} - 粤ICP备2023048773号  +
+ Made by Sealos Team. + beian + 浙公网安备33011002017870号 + 粤ICP备2023048773号 珠海环界云计算有限公司版权所有
@@ -130,8 +136,15 @@ const Footer = ({ isPc }: { isPc: boolean }) => {
- Made by Sealos Team. 粤ICP备2023048773号 -   珠海环界云计算有限公司版权所有 + Made by Sealos Team. + beian + 浙公网安备33011002017870号 + 粤ICP备2023048773号 + 珠海环界云计算有限公司版权所有
{FooterLinks.map((item) => { diff --git a/docs/website/static/img/beian.png b/docs/website/static/img/beian.png new file mode 100644 index 00000000000..6fe667f73fa Binary files /dev/null and b/docs/website/static/img/beian.png differ