File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
9999 title = " Quit Gitify"
100100 >
101101 <svg
102- aria-hidden = " false"
103102 aria-label = " Quit Gitify"
104103 className = " octicon octicon-x-circle"
105104 fill = " currentColor"
@@ -225,7 +224,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
225224 title = " Quit Gitify"
226225 >
227226 <svg
228- aria-hidden = " false"
229227 aria-label = " Quit Gitify"
230228 className = " octicon octicon-x-circle"
231229 fill = " currentColor"
Original file line number Diff line number Diff line change @@ -292,7 +292,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
292292 title = " Login with GitHub Enterprise"
293293 >
294294 <svg
295- aria-hidden = " false"
296295 aria-label = " Login with GitHub Enterprise"
297296 class = " octicon octicon-person-add"
298297 fill = " currentColor"
@@ -313,7 +312,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
313312 title = " Logout"
314313 >
315314 <svg
316- aria-hidden = " false"
317315 aria-label = " Logout"
318316 class = " octicon octicon-sign-out"
319317 fill = " currentColor"
@@ -334,7 +332,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
334332 title = " Quit Gitify"
335333 >
336334 <svg
337- aria-hidden = " false"
338335 aria-label = " Quit Gitify"
339336 class = " octicon octicon-x-circle"
340337 fill = " currentColor"
You can’t perform that action at this time.
0 commit comments