Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinOConnell committed Aug 28, 2024
1 parent ec61c25 commit d7a19c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
Binary file added public/neynarplanet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,18 @@ export default function RootLayout({
<div className="sticky top-0 z-10 w-full flex justify-between px-0 pl-0">
<div className="flex items-center space-x-4 h-full">
<Link href={'/'}>
<img
className="w-48"
src={'/neynarexplorer.png'}
alt="Neynar logo"
/>
<div className="flex flex-row w-20 p-0">
<img
className=""
src={'/neynarplanet.png'}
alt="Neynar logo"
/>
<div className="bg-[#4C376C] items-center flex px-4">
<p className=" font-pixelify text-white text-xl text-center">
explorer
</p>
</div>
</div>
</Link>
</div>
<div className="flex items-center space-x-1 bg-white py-1 pl-1 pr-0.5">
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const seo = {
title: 'Farcaster Explorer',
description: 'Explore event propogation on farcaster.',
ogImage: 'https://i.imgur.com/RMI9pRh.png',
ogImage: '/neynarplanet.png',
url: 'https://explorer.neynar.com',
};

Expand Down
1 change: 1 addition & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const config = {
'accordion-up': 'accordion-up 0.2s ease-out',
},
fontFamily: {
pixelify: ['Pixelify Sans', 'sans-serif'],
jetbrains: ['JetBrains Mono', 'monospace'],
},
},
Expand Down

0 comments on commit d7a19c0

Please sign in to comment.