Skip to content

Commit

Permalink
chore: logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbyerley committed May 10, 2024
1 parent 850c994 commit f726941
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions app/components/site-header.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Link } from '@remix-run/react'
import { ChevronRight, ChevronLeft } from 'lucide-react';
import { Button } from '#app/components/ui/button.tsx'
import {
SheetTrigger,
Expand Down Expand Up @@ -69,8 +70,20 @@ function Logo() {
return (
<Link to="/" className="group grid leading-snug">
<div className="flex items-center justify-center">
<CodeIcon className="h-6 w-6" />
<span className="sr-only">Lucas Byerley</span>
<ChevronLeft className="mr-[-5px] h-6 w-6" />
<span>l</span>
<span>u</span>
<span>c</span>
<span>a</span>
<span>s</span>
<span>b</span>
<span>.</span>
<span>d</span>
<span>e</span>
<span className="mr-1">v</span>
<span className="text-sm font-semibold">/</span>
<ChevronRight className="ml-[-6px] h-6 w-6" />
<span className="sr-only">lucasb.dev</span>
</div>
</Link>
)
Expand Down

0 comments on commit f726941

Please sign in to comment.