We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deeebe commit a2cff8eCopy full SHA for a2cff8e
public/blue-logo.svg
src/components/Logo.tsx
@@ -11,7 +11,12 @@ export default function Logo({
11
}) {
12
return (
13
<A href="/" className="flex items-center cursor-pointer">
14
- <Image src="/logo.svg" width={size} height={size} alt="Coderplex Logo" />
+ <Image
15
+ src="/blue-logo.svg"
16
+ width={size}
17
+ height={size}
18
+ alt="Coderplex Logo"
19
+ />
20
<span
21
className={classNames(
22
'ml-2 text-base font-medium text-black',
0 commit comments