@@ -268,9 +268,9 @@ export const ButtonExample = {
268268 < EuiFlexItem >
269269 < EuiCard
270270 hasBorder
271- href = "/ #/navigation/button#basic-button"
271+ href = "#/navigation/button#basic-button"
272272 image = {
273- < EuiPanel color = "subdued" >
273+ < EuiPanel color = "subdued" borderRadius = "none" >
274274 < EuiPanel color = "subdued" >
275275 < EuiButton fill > Primary action</ EuiButton >
276276 </ EuiPanel >
@@ -283,9 +283,9 @@ export const ButtonExample = {
283283 < EuiFlexItem >
284284 < EuiCard
285285 hasBorder
286- href = "/ #/navigation/button#basic-button"
286+ href = "#/navigation/button#basic-button"
287287 image = {
288- < EuiPanel color = "subdued" >
288+ < EuiPanel color = "subdued" borderRadius = "none" >
289289 < EuiPanel color = "subdued" >
290290 < EuiButton > Secondary action</ EuiButton >
291291 </ EuiPanel >
@@ -298,9 +298,9 @@ export const ButtonExample = {
298298 < EuiFlexItem >
299299 < EuiCard
300300 hasBorder
301- href = "/ #/navigation/button#empty-button"
301+ href = "#/navigation/button#empty-button"
302302 image = {
303- < EuiPanel color = "subdued" >
303+ < EuiPanel color = "subdued" borderRadius = "none" >
304304 < EuiPanel color = "subdued" >
305305 < EuiButtonEmpty > Tertiary action</ EuiButtonEmpty >
306306 </ EuiPanel >
@@ -313,9 +313,9 @@ export const ButtonExample = {
313313 < EuiFlexItem >
314314 < EuiCard
315315 hasBorder
316- href = "/ #/navigation/button#icon-buttons"
316+ href = "#/navigation/button#icon-buttons"
317317 image = {
318- < EuiPanel color = "subdued" >
318+ < EuiPanel color = "subdued" borderRadius = "none" >
319319 < EuiPanel color = "subdued" >
320320 < EuiButtonIcon
321321 display = "base"
0 commit comments