We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271a98f commit dd0241aCopy full SHA for dd0241a
src/app/app.component.html
@@ -358,19 +358,12 @@
358
<!-- <a href="https://iconscout.com/icons/leetcode" target="_blank"
359
>Leetcode Icon</a
360
> -->
361
- <a
362
- href="https://leetcode.com/"
363
- title="Leetcode"
364
- target="_blank"
365
- rel="noopener"
366
- >
367
- <img
368
- width="80"
369
- class="logo__3xn0"
370
- src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg"
371
- alt="logo"
372
- />
373
- </a>
+ <img
+ width="80"
+ class="logo__3xn0"
+ src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg"
+ alt="logo"
+ />
374
<!-- <div class="spacer"></div> -->
375
<span>Leetcode Session Manager</span>
376
<div class="spacer"></div>
0 commit comments