mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
Prettier and replace class with ClassName
This commit is contained in:
parent
ddc2f47f97
commit
d0ef235c24
18 changed files with 122 additions and 101 deletions
|
@ -102,7 +102,7 @@ export function ProxyFrame(props: { url: string }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<div class="h-screen w-screen bg-primary">
|
||||
<div className="h-screen w-screen bg-primary">
|
||||
<CloakedHead
|
||||
originalTitle={t("titles.home")}
|
||||
originalFavicon="/logo.png"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue