Skip to content

Commit 271a98f

Browse files
committed
refactor code
1 parent 8866d91 commit 271a98f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/app/app.component.html

+18-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
<body>
344344
<!-- Toolbar -->
345345
<div class="toolbar" role="banner">
346-
<a
346+
<!-- <a
347347
href="https://leetcode.com/"
348348
title="Leetcode"
349349
target="_blank"
@@ -354,7 +354,24 @@
354354
alt="Angular Logo"
355355
src="https://leetcode.com/static/images/LeetCode_logo_rvs.png"
356356
/>
357+
</a> -->
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+
/>
357373
</a>
374+
<!-- <div class="spacer"></div> -->
358375
<span>Leetcode Session Manager</span>
359376
<div class="spacer"></div>
360377
<a

0 commit comments

Comments
 (0)