From 787a913625c03b96796b691c8cbfca31e3390f66 Mon Sep 17 00:00:00 2001 From: Zach Goodson Date: Tue, 2 Apr 2024 01:38:26 -0500 Subject: [PATCH] Fix buttons-in-depth Table / Typo. (#2897) * Fix Typo, Table Display in buttons-in-depth.md * Remove Random Quotes in buttons-in-depth.md --- docs/guides/int_basics/message-components/buttons-in-depth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/int_basics/message-components/buttons-in-depth.md b/docs/guides/int_basics/message-components/buttons-in-depth.md index 5da48c69..ace1e05c 100644 --- a/docs/guides/int_basics/message-components/buttons-in-depth.md +++ b/docs/guides/int_basics/message-components/buttons-in-depth.md @@ -5,7 +5,8 @@ title: Buttons in Depth # Buttons in depth -There are many changes you can make to buttons, lets take a look at the parameters in the `WithButton` function" +There are many changes you can make to buttons, lets take a look at the parameters in the `WithButton` function. + | Name | Type | Description | |----------|---------------|----------------------------------------------------------------| | label | `string` | The label text for the button. |