Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c9710f

Browse files
committed
Update logo
1 parent bbf015b commit 9c9710f

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

public/logo.svg

Lines changed: 1 addition & 36 deletions
Loading

src/components/Logo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export default function Logo({
1111
}) {
1212
return (
1313
<A href="/" className="flex items-center cursor-pointer">
14-
<Image src="/logo.png" width={size} height={size} alt="Coderplex Logo" />
15-
<span className={classNames('ml-2 text-xl font-medium', className)}>
14+
<Image src="/logo.svg" width={size} height={size} alt="Coderplex Logo" />
15+
<span className={classNames('ml-2 text-base font-medium', className)}>
1616
Coderplex Community
1717
</span>
1818
</A>

0 commit comments

Comments
 (0)