Change shoes

This commit is contained in:
Cory LaViska
2020-06-26 09:06:46 -04:00
parent c241fe50bb
commit d5903da0be
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Shoelace
👟 _A forward-thinking web component library for desktop and mobile._
_A forward-thinking web component library for desktop and mobile._ 🥾
---

View File

@@ -1,5 +1,5 @@
//
// The Shoelace dev server! 👟
// The Shoelace dev server! 🥾
//
// This is an Express + Browsersync script that:
//
@@ -50,7 +50,7 @@ app.listen(proxyPort);
// Give Stencil's dev server a few seconds to spin up, then launch the browser
setTimeout(() => {
console.log(chalk.cyan(`\nLaunching the Shoelace dev server at http://localhost:${browserPort}! 👟\n`));
console.log(chalk.cyan(`\nLaunching the Shoelace dev server at http://localhost:${browserPort}! 🥾\n`));
bs.init({
startPath: '/',

View File

@@ -1,6 +1,6 @@
<img id="top" class="logo" src="/assets/images/wordmark.svg" alt="Shoelace" data-no-zoom style="max-width: 24rem;">
_A forward-thinking web component library for desktop and mobile._
_A forward-thinking web component library for desktop and mobile._ 🥾
<span class="badge"><docs-version></docs-version></span>