Skip to content

Commit c768441

Browse files
committed
add logo link
1 parent dd0241a commit c768441

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

src/app/app.component.html

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,44 @@
358358
<!-- <a href="https://iconscout.com/icons/leetcode" target="_blank"
359359
>Leetcode Icon</a
360360
> -->
361-
<img
361+
<!-- <img
362362
width="80"
363363
class="logo__3xn0"
364364
src="https://assets.leetcode.com/static_assets/public/webpack_bundles/images/logo-dark.e99485d9b.svg"
365365
alt="logo"
366-
/>
367-
<!-- <div class="spacer"></div> -->
366+
/> -->
367+
<!-- <span> </span> -->
368+
<a
369+
aria-label="Angular on twitter"
370+
target="_blank"
371+
rel="noopener"
372+
href="https://leetcode.com/"
373+
title="LinkedIn"
374+
>
375+
<svg
376+
xmlns="http://www.w3.org/2000/svg"
377+
width="60"
378+
height="30"
379+
fill="currentColor"
380+
class="bi bi-linkedin"
381+
fill="#fff"
382+
viewBox="0 0 24 24"
383+
>
384+
<path
385+
fill="#B3B1B0"
386+
d="M22 14.355c0-.742-.564-1.346-1.26-1.346H10.676c-.696 0-1.26.604-1.26 1.346s.563 1.346 1.26 1.346H20.74c.696.001 1.26-.603 1.26-1.346z"
387+
/>
388+
<path
389+
fill="#E7A41F"
390+
d="m3.482 18.187 4.313 4.361c.973.979 2.318 1.452 3.803 1.452 1.485 0 2.83-.512 3.805-1.494l2.588-2.637c.51-.514.492-1.365-.039-1.9-.531-.535-1.375-.553-1.884-.039l-2.676 2.607c-.462.467-1.102.662-1.809.662s-1.346-.195-1.81-.662l-4.298-4.363c-.463-.467-.696-1.15-.696-1.863 0-.713.233-1.357.696-1.824l4.285-4.38c.463-.467 1.116-.645 1.822-.645s1.346.195 1.809.662l2.676 2.606c.51.515 1.354.497 1.885-.038.531-.536.549-1.387.039-1.901l-2.588-2.636a4.994 4.994 0 0 0-2.392-1.33l-.034-.007 2.447-2.503c.512-.514.494-1.366-.037-1.901-.531-.535-1.376-.552-1.887-.038l-10.018 10.1C2.509 11.458 2 12.813 2 14.311c0 1.498.509 2.896 1.482 3.876z"
391+
/>
392+
<path
393+
fill="#070706"
394+
d="M8.115 22.814a2.109 2.109 0 0 1-.474-.361c-1.327-1.333-2.66-2.66-3.984-3.997-1.989-2.008-2.302-4.937-.786-7.32a6 6 0 0 1 .839-1.004L13.333.489c.625-.626 1.498-.652 2.079-.067.56.563.527 1.455-.078 2.066-.769.776-1.539 1.55-2.309 2.325-.041.122-.14.2-.225.287-.863.876-1.75 1.729-2.601 2.618-.111.116-.262.186-.372.305-1.423 1.423-2.863 2.83-4.266 4.272-1.135 1.167-1.097 2.938.068 4.127 1.308 1.336 2.639 2.65 3.961 3.974.067.067.136.132.204.198.468.303.474 1.25.183 1.671-.321.465-.74.75-1.333.728-.199-.006-.363-.086-.529-.179z"
395+
/>
396+
</svg>
397+
</a>
398+
<div class="spacer"></div>
368399
<span>Leetcode Session Manager</span>
369400
<div class="spacer"></div>
370401
<a

0 commit comments

Comments
 (0)