Skip to content

Commit 2a954c7

Browse files
Optimise brand logo
1 parent 1ef499c commit 2a954c7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/navigation/NavigationReact.jsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function NavigationReact(props) {
7171
className="w-5 lg:w-6 h-full"
7272
src={AudacityLogo.src}
7373
alt="A yellow and orange waveform between the ears of a set of blue headphones"
74+
width="24"
75+
height="24"
7476
/>
7577
<p className="signika text-blue-700 lg:text-lg font-medium lg:leading-none">
7678
Audacity
@@ -113,6 +115,9 @@ function NavigationReact(props) {
113115
className="fill-gray-700 w-4"
114116
xmlns="http://www.w3.org/2000/svg"
115117
viewBox="0 0 320 512"
118+
width="16"
119+
height="16"
120+
aria-hidden="true"
116121
>
117122
<path d="M310.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 210.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L114.7 256 9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 301.3 265.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L205.3 256 310.6 150.6z" />
118123
</svg>
@@ -121,6 +126,9 @@ function NavigationReact(props) {
121126
className="fill-gray-700 w-4"
122127
xmlns="http://www.w3.org/2000/svg"
123128
viewBox="0 0 448 512"
129+
width="16"
130+
height="16"
131+
aria-hidden="true"
124132
>
125133
<path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z" />
126134
</svg>
@@ -139,4 +147,4 @@ function NavigationReact(props) {
139147
);
140148
}
141149

142-
export default NavigationReact;
150+
export default NavigationReact;

0 commit comments

Comments
 (0)