From 027a425ceee09326cd0662d1277cea13cbada6dc Mon Sep 17 00:00:00 2001 From: crlordan Date: Tue, 13 Aug 2024 16:51:43 -0400 Subject: [PATCH] Fix broken link to gutter mode guidelines (#4194) Co-authored-by: andrew Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/components/data-table/usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/components/data-table/usage.mdx b/src/pages/components/data-table/usage.mdx index 969cd5b697c..3afeb61588f 100755 --- a/src/pages/components/data-table/usage.mdx +++ b/src/pages/components/data-table/usage.mdx @@ -232,7 +232,7 @@ tables or smaller containers where the information can feel cramped or needs truncation. The data table can be placed on the grid following the three different -[gutter modes](/guidelines/2x-grid/implementation#gutter-modes) outlined in the +[gutter modes](/elements/2x-grid/usage/#gutter-modes) outlined in the 2x grid guidelines. Although, the data table can share horizontal space with other components and content, consider giving your data table the most width on the page to help your user view dense data.