File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { Link } from '@remix-run/react'
2
+ import { ChevronRight , ChevronLeft } from 'lucide-react' ;
2
3
import { Button } from '#app/components/ui/button.tsx'
3
4
import {
4
5
SheetTrigger ,
@@ -69,8 +70,20 @@ function Logo() {
69
70
return (
70
71
< Link to = "/" className = "group grid leading-snug" >
71
72
< div className = "flex items-center justify-center" >
72
- < CodeIcon className = "h-6 w-6" />
73
- < span className = "sr-only" > Lucas Byerley</ span >
73
+ < ChevronLeft className = "mr-[-5px] h-6 w-6" />
74
+ < span > l</ span >
75
+ < span > u</ span >
76
+ < span > c</ span >
77
+ < span > a</ span >
78
+ < span > s</ span >
79
+ < span > b</ span >
80
+ < span > .</ span >
81
+ < span > d</ span >
82
+ < span > e</ span >
83
+ < span className = "mr-1" > v</ span >
84
+ < span className = "text-sm font-semibold" > /</ span >
85
+ < ChevronRight className = "ml-[-6px] h-6 w-6" />
86
+ < span className = "sr-only" > lucasb.dev</ span >
74
87
</ div >
75
88
</ Link >
76
89
)
You can’t perform that action at this time.
0 commit comments