From 05bda71ad6961b746098276f3332e7aaaa5e086e Mon Sep 17 00:00:00 2001
From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com>
Date: Fri, 14 Jan 2022 15:53:24 -0600
Subject: [PATCH] fix action row example
---
packages/reacord/library/core/components/action-row.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/reacord/library/core/components/action-row.tsx b/packages/reacord/library/core/components/action-row.tsx
index 225cb3b..8b3e5cb 100644
--- a/packages/reacord/library/core/components/action-row.tsx
+++ b/packages/reacord/library/core/components/action-row.tsx
@@ -21,9 +21,9 @@ export type ActionRowProps = {
* ```tsx
* // put buttons on two separate rows
*
- *
+ *
*
- *
+ *
* ```
*
* @category Action Row