Skip to content

Commit

Permalink
docs: fix lint warnings / errors
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Nov 22, 2023
1 parent 24f4f7c commit 760743d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="gridClass"
>
<div class="d-p24 lg:d-pr24 lg:d-pt64">
<page-header></page-header>
<page-header />
<content />
<nav
:class="prev ? 'd-jc-space-between' : 'd-jc-flex-end'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
v-if="$frontmatter.title"
class="dialtone-page-title"
v-text="$frontmatter.title"
></h1>
/>
<span
v-if="$frontmatter.new"
class="d-badge d-badge--bulletin"
Expand Down
1 change: 0 additions & 1 deletion apps/dialtone-documentation/docs/design/colors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ Key foreground colors rendered on surfaces to indicate hierarchy and importance.
</tbody>
</table>


## Status text

Foreground colors distinguishing important information with a status role.
Expand Down

0 comments on commit 760743d

Please sign in to comment.