Skip to content

Commit 95a70d0

Browse files
committed
uni-pusher better login
1 parent ba4267e commit 95a70d0

File tree

3 files changed

+306
-9909
lines changed

3 files changed

+306
-9909
lines changed

apps/uni-pusher

packages/frontend/src/components/company-slogan.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { CompanyLogo } from "@/components/company-logo";
22

3-
import bitFont from "@assets/fonts/VonwaonBitmap-16px.ttf";
43
import { cn } from "@cs-magic/shadcn/lib/utils";
54

65
export const CompanySlogan = () => {
76
return (
87
<div className={"flex items-center gap-2 sm:gap-4 text-2xl"}>
98
{/*<Image src={assets.Logo} alt={'logo'} width={36} height={36}/>*/}
109
<CompanyLogo width={36} height={36} />
11-
<p className={cn("text-base sm:text-xl font-light", bitFont.className)}>
10+
<p className={cn("text-base sm:text-xl font-light")}>
1211
大模型时代,人人都是魔法师
1312
</p>
1413
</div>

0 commit comments

Comments
 (0)