Skip to content

Commit e447391

Browse files
committed
Make logo link to home
1 parent 0416c39 commit e447391

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/site-client/src/components/wco-top-bar.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,18 @@ export class WCOTopBar extends LitElement {
7575
nav > a.active {
7676
color: blue;
7777
}
78+
79+
a {
80+
color: inherit;
81+
text-decoration: none;
82+
}
7883
`;
7984

8085
render() {
8186
return html`
82-
<span id="title"><span id="logo">WC</span> WebComponents.org</span>
87+
<a href="/"
88+
><span id="title"><span id="logo">WC</span> WebComponents.org</span></a
89+
>
8390
<nav>
8491
<a
8592
class="${classMap({

0 commit comments

Comments
 (0)