File tree Expand file tree Collapse file tree 6 files changed +11
-16
lines changed
Expand file tree Collapse file tree 6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 8888 {% if hasSidebar %}
8989 <div class =" wa-mobile-only" slot =" navigation-header" >
9090 <div class =" wa-cluster wa-gap-s" >
91- <a class =" brand-logo" href =" /" aria-label =" Web Awesome" >{% include " logo-simple.njk" %} </a >
91+ <a href =" /" class =" logo-app" aria-label =" Web Awesome" >
92+ <wa-icon name =" web-awesome" family =" brands" ></wa-icon >
93+ </a >
9294 <div class =" wa-cluster wa-gap-2xs" style =" flex-wrap : nowrap ;" >
9395 {% include " theme-selector.njk" %}
9496 {% include " color-scheme-selector.njk" %}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 532532
533533<div class =" wa-stack wa-gap-xl" id =" colophon" >
534534 <div class =" wa-stack wa-gap-xs" >
535- {% include " logo-simple.njk " %}
535+ < wa-icon name = " web-awesome " family = " brands " class = " logo-app " ></ wa-icon >
536536 <h2 class =" wa-heading-s" >Web Awesome</h2 >
537537 <p class =" wa-caption-xs wa-cluster wa-gap-xs" >
538538 Version {{ package .version }}
Original file line number Diff line number Diff line change 2222 }
2323
2424 /* #region brand utilities */
25- .logo-webawesome {
25+ .logo-app {
2626 color : var (--wa-brand-orange );
2727 }
2828 /* #endregion */
Original file line number Diff line number Diff line change @@ -64,11 +64,9 @@ layout: page
6464 & .emphasis ::after {
6565 background-color : var (--wa-brand-grey );
6666 }
67- & .wa-crown svg {
68- width : 4rem ;
69- & path {
70- fill : white ;
71- }
67+
68+ .logo-app {
69+ color : var (--wa-color-brand-on-loud )
7270 }
7371 }
7472 .hero-cta {
@@ -162,6 +160,7 @@ layout: page
162160 flex-direction : column ;
163161 gap : 1rem ;
164162 font-size : 0.875rem ;
163+
165164 & .wa-crown svg {
166165 width : 2rem ;
167166 }
@@ -229,9 +228,7 @@ layout: page
229228
230229<div class =" hero-background " >
231230 <div class =" hero-content " >
232- <div class="wa-crown">
233- {% include "logo-simple.njk" %}
234- </div>
231+ <wa-icon name="web-awesome" family="brands" class="logo-app wa-heading-4xl"></wa-icon>
235232 <h1 class="brand-font">Make something <span class="emphasis">awesome</span> with open-source web components</h1>
236233 <div class="hero-cta">
237234 {%- raw -%}
@@ -397,9 +394,7 @@ layout: page
397394<wa-divider ></wa-divider >
398395
399396 <footer >
400- <div class="wa-crown">
401- {% include "logo-simple.njk" %}
402- </div>
397+ <wa-icon name="web-awesome" family="brands" class="logo-app wa-body-l"></wa-icon>
403398 <div class="split-block">
404399 <div>
405400 <strong class="brand-font tagline">Let's Make Something Awesome</strong>
You can’t perform that action at this time.
0 commit comments