Skip to content

Commit c5c0261

Browse files
committed
imgのalt
1 parent e338de0 commit c5c0261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function Navbar() {
3535
<Link href="/" className="flex items-center">
3636
<img
3737
src="/icon.svg"
38-
alt="icon"
38+
alt="my.code(); Logo"
3939
className="inline-block w-8 h-8 mr-2"
4040
/>
4141
<span className="font-bold text-xl font-mono">my.code();</span>

app/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function Sidebar() {
113113
<Link href="/" className="flex-1 flex items-center">
114114
<img
115115
src="/icon.svg"
116-
alt="icon"
116+
alt="my.code(); Logo"
117117
className="inline-block w-8 h-8 mr-1"
118118
/>
119119
<span className="text-xl font-bold font-mono">my.code();</span>

0 commit comments

Comments
 (0)