File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
client/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ exports[`Nav renders correctly 1`] = `
22
22
<li
23
23
class = " nav__item"
24
24
>
25
- <button >
25
+ <button
26
+ title = " File"
27
+ >
26
28
<span
27
29
class = " nav__item-header"
28
30
/>
@@ -65,7 +67,9 @@ exports[`Nav renders correctly 1`] = `
65
67
<li
66
68
class = " nav__item"
67
69
>
68
- <button >
70
+ <button
71
+ title = " Edit"
72
+ >
69
73
<span
70
74
class = " nav__item-header"
71
75
/>
@@ -116,7 +120,9 @@ exports[`Nav renders correctly 1`] = `
116
120
<li
117
121
class = " nav__item"
118
122
>
119
- <button >
123
+ <button
124
+ title = " Sketch"
125
+ >
120
126
<span
121
127
class = " nav__item-header"
122
128
/>
@@ -166,7 +172,9 @@ exports[`Nav renders correctly 1`] = `
166
172
<li
167
173
class = " nav__item"
168
174
>
169
- <button >
175
+ <button
176
+ title = " Help"
177
+ >
170
178
<span
171
179
class = " nav__item-header"
172
180
/>
You can’t perform that action at this time.
0 commit comments