전체적인 리팩토링
This commit is contained in:
@@ -93,12 +93,12 @@ export function Logo({
|
||||
{variant === "full" && (
|
||||
<span
|
||||
className={cn(
|
||||
"font-bold tracking-tight",
|
||||
"font-heading font-semibold tracking-tight",
|
||||
blendWithBackground
|
||||
? "text-white opacity-95"
|
||||
: "text-brand-900 dark:text-brand-50",
|
||||
)}
|
||||
style={{ fontSize: "1.35rem", fontFamily: "'Inter', sans-serif" }}
|
||||
style={{ fontSize: "1.35rem" }}
|
||||
>
|
||||
JOORIN-E
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user