Skip to content

Commit

Permalink
drive-by: remove old change status labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Jan 22, 2025
1 parent 92073fe commit d5d9674
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/docs/patterns/hero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ This places the title and subtitle in their own row above the rest of the hero c
View example of the hero pattern in fallback configuration
</a></div>

## Jinja Macro {{ status("new") }}
## Jinja Macro

The `vf_hero` Jinja macro can be used to generate a hero pattern. The API for the macro is shown below.

Expand Down Expand Up @@ -270,7 +270,7 @@ The `vf_hero` Jinja macro can be used to generate a hero pattern. The API for th
</table>
</div>

## Import {{ status("updated") }}
## Import

### Jinja Macro

Expand Down
4 changes: 2 additions & 2 deletions templates/docs/patterns/tiered-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ View example of the tiered list pattern
View example of the tiered list pattern
</a></div>

## Jinja Macro {{ status("new") }}
## Jinja Macro

The `vf_tiered_list` Jinja macro can be used to generate a tiered list pattern. The API for the macro is shown below.

Expand Down Expand Up @@ -231,7 +231,7 @@ The `vf_tiered_list` Jinja macro can be used to generate a tiered list pattern.
</table>
</div>

## Import {{ status("updated") }}
## Import

### Jinja Macro

Expand Down
2 changes: 1 addition & 1 deletion templates/docs/utilities/align.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you only need text to be aligned, you can use the `u-align-text` utilities.
View example of the text align utility
</a></div>

## Vertical alignment {{ status("new") }}
## Vertical alignment

If you need to vertically align inline elements to the middle of their
container, you can use the `u-vertical-align--middle` utility.
Expand Down

0 comments on commit d5d9674

Please sign in to comment.