We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb15a5 commit 1c1e6dcCopy full SHA for 1c1e6dc
components/dropdown/__tests__/__snapshots__/dropdown-button.test.js.snap
@@ -1,7 +1,7 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`DropdownButton should support href like Button 1`] = `
4
-<div class="ant-btn-group ant-dropdown-button"><a href="https://ant.design" class="ant-btn ant-btn-default">
+<div class="ant-btn-group ant-dropdown-button"><a class="ant-btn ant-btn-default" href="https://ant.design">
5
<!---->
6
</a>
7
<!----><button class="ant-dropdown-trigger ant-btn ant-btn-default" type="button">
0 commit comments