-
Auto-renew
-
We'll send you a reminder 30 days before we draft your account.
+
+
+
+
Auto-renew
+
-
+
Automatically renew your subscription using your preferred payment method. We'll send you a reminder 30 days before we draft your account.
```
diff --git a/docs/docs/patterns/app/activity-log.md b/docs/docs/patterns/app/activity-log.md
new file mode 100644
index 000000000..566cc7087
--- /dev/null
+++ b/docs/docs/patterns/app/activity-log.md
@@ -0,0 +1,206 @@
+---
+title: Activity Log
+description: 'Track and organize recent user actions or events.'
+---
+
+## Simple
+
+```html {.example}
+
+
+
+ - $5.00
+
+
+
+
+ + $48.99
+
+
+
+
+ - $115.37
+
+
+
+
+ - $220.99
+
+
+```
+
+## Timeline with Icons
+
+```html {.example}
+
+
+
+
+
+
+ Buried by squirrel
+
+
+
+
+
+
+
+
+
+ Germinated in nutrient-rich soil
+
+
+
+
+
+
+
+
+
+ Matured by water and sunlight
+
+
+
+
+
+
+
+
+
+ Fruit harvested by you
+
+
+
+
+```
+
+## With Expandable Details
+
+```html {.example}
+
+ Monthly Activity
+
+
+
+ February
+
+
+
+
+
+
+
+
+
+
+
+
Spoke with the Pope
+
+
+
+
+
+
+
+
+
+ March
+
+
+
+
+
+
+
Zoom Call with Northeast office
+
+
+
+
+
+
+
+
+
+
+
Scheduled birthday party
+
+
+
+
+
+
+
+
+
+ April
+
+
+
+
+
+```
\ No newline at end of file
diff --git a/docs/docs/patterns/app/comments.md b/docs/docs/patterns/app/comments.md
index 6d3f9884b..85a5ab784 100644
--- a/docs/docs/patterns/app/comments.md
+++ b/docs/docs/patterns/app/comments.md
@@ -1,68 +1,133 @@
---
title: Comments
-description: 'For feedback forms and message boxes'
+description: 'Enable users to engage in discussions, provide feedback, or record their thoughts.'
---
-## In card with footer
-```html{.example}
-