Skip to content

Commit

Permalink
feat(web): add new logo to header component
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 2, 2024
1 parent f91b4d2 commit 463cc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/web/components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import React from 'react'
import Image from 'next/image'
import Link from 'next/link'
import { Github } from 'lucide-react'

export const Header = () => {
return (
<nav className="container z-10 flex justify-between p-5">
<nav className="container z-10 flex items-center justify-between p-5">
<Link href="/">
<h1 className="text-base font-semibold text-white">Bolhadev.chat</h1>
<Image src="/full-logo.png" width={101} height={42}></Image>
</Link>
<Link href="https://github.com/brunocroh/bolhadev.chat">
<h2 className="rounded-lg p-1 hover:bg-white hover:text-black">
Expand Down
Binary file added apps/web/public/full-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 463cc6b

Please sign in to comment.