Skip to content

Commit

Permalink
feat: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelbossMike committed Nov 2, 2020
1 parent 154850f commit 0b02482
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
7 changes: 1 addition & 6 deletions tests/dummy/app/components/docs-header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@

{{#docs-header/link "index"}}
<span class="docs-leading-none docs-font-title docs-text-large-2 docs-font-normal docs-normal-case docs-block docs-mr-6">
{{#if prefix}}
<div class="docs-text-xxs">
{{prefix}}
</div>
{{/if}}
{{name}}
{{svg-jar "statecharts" width=48 height=48 class="docs-fill-none"}}
</span>
{{/docs-header/link}}

Expand Down
1 change: 0 additions & 1 deletion tests/dummy/app/components/docs-header.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import DocsHeader from 'ember-cli-addon-docs/components/docs-header/component';

export default DocsHeader;

4 changes: 4 additions & 0 deletions tests/dummy/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.docs-fill-none {
fill: none;
}

.docs-w-128 {
width: 32rem;
}
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/public/statecharts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b02482

Please sign in to comment.