fix: 备案号添加跳转链接 (#1508)
Reviewed-on: daoyoucloud/tachybase#1508 Co-authored-by: wjh <wwwjh0710@163.com> Co-committed-by: wjh <wwwjh0710@163.com>
This commit is contained in:
parent
bf1f6349f1
commit
da8df6ea63
@ -41,7 +41,12 @@ export const HomePage: React.FC<{}> = () => {
|
|||||||
/>
|
/>
|
||||||
<Button onClick={onClick}>管理系统入口</Button>
|
<Button onClick={onClick}>管理系统入口</Button>
|
||||||
</main>
|
</main>
|
||||||
<footer>©2023-{year} 上海道有云网络科技有限公司 版权所有 沪ICP备2023024678号</footer>
|
<footer>
|
||||||
|
©2023-{year} 上海道有云网络科技有限公司 版权所有{' '}
|
||||||
|
<a href="https://beian.miit.gov.cn/" className="beian">
|
||||||
|
沪ICP备2023024678号
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -76,6 +76,9 @@ export const useStyles = createStyles(({ css }) => ({
|
|||||||
bottom: -30px;
|
bottom: -30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
.beian {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user