Skip to content

Commit

Permalink
feat(web): add alt to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 2, 2024
1 parent 463cc6b commit 2f0a688
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/web/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export const Header = () => {
return (
<nav className="container z-10 flex items-center justify-between p-5">
<Link href="/">
<Image src="/full-logo.png" width={101} height={42}></Image>
<Image
src="/full-logo.png"
width={101}
height={42}
alt="BolhaDEV.chat logo featuring a stylized globe and a speech bubble with a language symbol on a dark background."
></Image>
</Link>
<Link href="https://github.com/brunocroh/bolhadev.chat">
<h2 className="rounded-lg p-1 hover:bg-white hover:text-black">
Expand Down

0 comments on commit 2f0a688

Please sign in to comment.