From 610e49b6d4b9d1b4eae46841a9c1ab87ccc591fb Mon Sep 17 00:00:00 2001 From: "Mr.Dr.Professor Patrick" Date: Thu, 4 Jul 2024 18:59:00 +0200 Subject: [PATCH] chore: fix links in examples (#1695) --- src/components/Button/__tests__/Button.test.tsx | 2 +- src/components/DropdownMenu/__stories__/options.tsx | 2 +- src/components/Menu/__stories__/Menu.stories.tsx | 11 ++++------- .../Popover/__stories__/Popover.stories.tsx | 2 +- src/components/Popover/__tests__/Popover.test.tsx | 2 +- src/components/Table/__stories__/Table.stories.tsx | 2 +- .../Toaster/__stories__/ToasterShowcase.tsx | 2 +- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/components/Button/__tests__/Button.test.tsx b/src/components/Button/__tests__/Button.test.tsx index 939202e670..a2f4e4537a 100644 --- a/src/components/Button/__tests__/Button.test.tsx +++ b/src/components/Button/__tests__/Button.test.tsx @@ -147,7 +147,7 @@ describe('Button', () => { }); test('should render tag', () => { - const href = 'https://yandex.ru'; + const href = 'https://gravity-ui.com'; const target = '_blank'; render(