Skip to content

Commit dd0241a

Browse files
committed
refactor code
1 parent 271a98f commit dd0241a

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

src/app/app.component.html

+6-13
Original file line numberDiff line numberDiff line change
@@ -358,19 +358,12 @@
358358
<!-- <a href="https://iconscout.com/icons/leetcode" target="_blank"
359359
>Leetcode Icon</a
360360
> -->
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>
361+
<img
362+
width="80"
363+
class="logo__3xn0"
364+
src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg"
365+
alt="logo"
366+
/>
374367
<!-- <div class="spacer"></div> -->
375368
<span>Leetcode Session Manager</span>
376369
<div class="spacer"></div>

0 commit comments

Comments
 (0)