Skip to content

Commit 8480453

Browse files
authored
Merge pull request #749 from github/copilot/remove-logo-from-header
Remove logo icons from website header
2 parents 3575e81 + 9d41a60 commit 8480453

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

website/src/layouts/BaseLayout.astro

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,6 @@ try {
5050
<div class="container">
5151
<div class="header-content">
5252
<a href={base} class="logo">
53-
<img
54-
src={`${base}images/Copilot_Icon_White.svg`}
55-
alt=""
56-
class="logo-icon logo-icon-dark"
57-
width="32"
58-
height="32"
59-
aria-hidden="true"
60-
/>
61-
<img
62-
src={`${base}images/Copilot_Icon_Black.svg`}
63-
alt=""
64-
class="logo-icon logo-icon-light"
65-
width="32"
66-
height="32"
67-
aria-hidden="true"
68-
/>
6953
<span class="logo-text">Awesome Copilot</span>
7054
</a>
7155
<nav class="main-nav" aria-label="Main navigation">

0 commit comments

Comments
 (0)