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`] = `
2222 <li
2323 class = " nav__item"
2424 >
25- <button >
25+ <button
26+ title = " File"
27+ >
2628 <span
2729 class = " nav__item-header"
2830 />
@@ -65,7 +67,9 @@ exports[`Nav renders correctly 1`] = `
6567 <li
6668 class = " nav__item"
6769 >
68- <button >
70+ <button
71+ title = " Edit"
72+ >
6973 <span
7074 class = " nav__item-header"
7175 />
@@ -116,7 +120,9 @@ exports[`Nav renders correctly 1`] = `
116120 <li
117121 class = " nav__item"
118122 >
119- <button >
123+ <button
124+ title = " Sketch"
125+ >
120126 <span
121127 class = " nav__item-header"
122128 />
@@ -166,7 +172,9 @@ exports[`Nav renders correctly 1`] = `
166172 <li
167173 class = " nav__item"
168174 >
169- <button >
175+ <button
176+ title = " Help"
177+ >
170178 <span
171179 class = " nav__item-header"
172180 />
You can’t perform that action at this time.
0 commit comments