fix: update url permission

This commit is contained in:
Tristan Yang
2023-05-31 20:38:25 +08:00
parent 83cae7ede3
commit c20d3a5f6d
+2 -2
View File
@@ -35,10 +35,10 @@ export default function Overview() {
return (
<div className="relative w-full md:w-[512px] flex flex-col gap-6">
<Server />
{/* 设置前端url */}
<FrontendURL />
{isAdmin && (
<>
{/* 设置前端url */}
<FrontendURL />
<div className="flex flex-col">
<h4 className="font-bold text-gray-700 dark:text-white">{t("overview.title_feat")}</h4>
</div>