We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e338de0 commit c5c0261Copy full SHA for c5c0261
app/navbar.tsx
@@ -35,7 +35,7 @@ export function Navbar() {
35
<Link href="/" className="flex items-center">
36
<img
37
src="/icon.svg"
38
- alt="icon"
+ alt="my.code(); Logo"
39
className="inline-block w-8 h-8 mr-2"
40
/>
41
<span className="font-bold text-xl font-mono">my.code();</span>
app/sidebar.tsx
@@ -113,7 +113,7 @@ export function Sidebar() {
113
<Link href="/" className="flex-1 flex items-center">
114
115
116
117
className="inline-block w-8 h-8 mr-1"
118
119
<span className="text-xl font-bold font-mono">my.code();</span>
0 commit comments