Skip to content

Commit

Permalink
docs: remove heading text inline promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jun 20, 2023
1 parent 95d132a commit 62e5bc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ related:

# Buttons

The `v-btn` component replaces the standard html button with a material design theme and a multitude of options. Any color helper class can be used to alter the background or text color. <inline slug="scrimba-buttons" />
The `v-btn` component replaces the standard html button with a material design theme and a multitude of options. Any color helper class can be used to alter the background or text color.

![Button Entry](https://cdn.vuetifyjs.com/docs/images/components/v-btn/v-btn-entry.png)

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ related:

# Cards

The `v-card` component is a versatile and enhanced version of [v-sheet](/components/sheets/) that provides a simple interface for headings, text, images, icons, and more <inline slug="scrimba-cards" />
The `v-card` component is a versatile and enhanced version of [v-sheet](/components/sheets/) that provides a simple interface for headings, text, images, icons, and more.

![Card Entry](https://cdn.vuetifyjs.com/docs/images/components-temp/v-card/v-card-entry.png)

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/styles/spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ related:

# Spacing

Update your layout without creating new classes. Spacing helpers are useful for modifying the padding and margin of an element.<inline slug="scrimba-spacing" />
Update your layout without creating new classes. Spacing helpers are useful for modifying the padding and margin of an element.

<entry />

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/styles/text-and-typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ related:

# Text and typography

Control text size, alignment, wrapping, overflow, transforms and more. <inline slug="scrimba-typography" />
Control text size, alignment, wrapping, overflow, transforms and more.

<entry />

Expand Down

0 comments on commit 62e5bc1

Please sign in to comment.