mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
refactor: migrate radix-ui to base-ui
This commit is contained in:
@@ -47,7 +47,7 @@ export default function AboutPage() {
|
||||
if (response.ok) {
|
||||
return await response.json();
|
||||
}
|
||||
return "unknown";
|
||||
return "Unknown";
|
||||
},
|
||||
});
|
||||
const inProduction = env.MODE === "production";
|
||||
|
||||
Reference in New Issue
Block a user