Skip to content

Commit

Permalink
fix card_header.py docstring & remove security announcement (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Nov 5, 2024
1 parent 96a47bb commit 4ce8096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions docs/theme/main.html

This file was deleted.

4 changes: 2 additions & 2 deletions mesop/components/card_header/card_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def card_header(
subtitle: Optional subtitle
image: Optional image
image_type: Display style for the image. Avatar will display as a circular image
to the left of the title/subtitle. Small/medium/large/extra-large will display
a right-aligned image of the specified size.
to the left of the title/subtitle. Small/medium/large/extra-large will display
a right-aligned image of the specified size.
"""
insert_component(
key=key,
Expand Down

0 comments on commit 4ce8096

Please sign in to comment.