Skip to content

Commit 8cb90ee

Browse files
committed
open in new window
1 parent 25a8aa9 commit 8cb90ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/basic-with-apply/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
This example is the same as the [basic example](https://github.com/Lemoncode/react-image-focal-point/tree/main/examples/basic), but it adds a button to apply the focal point changes to the image.
44

5-
<a href="https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic-with-apply">
5+
<a target="_blank" href="https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic-with-apply">
66
<img
77
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
88
alt="Edit on StackBlitz"
99
title="Edit on StackBlitz"
1010
height="36"
1111
/>
12-
</a> <a href="https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic-with-apply">
12+
</a> <a target="_blank" href="https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic-with-apply">
1313
<img
1414
src="https://codesandbox.io/static/img/play-codesandbox.svg"
1515
alt="Edit on StackBlitz"

examples/basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ const App = () => {
3737

3838
```
3939

40-
<a href="https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
40+
<a target="_blank" href="https://stackblitz.com/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
4141
<img
4242
src="https://developer.stackblitz.com/img/open_in_stackblitz.svg"
4343
alt="Edit on StackBlitz"
4444
title="Edit on StackBlitz"
4545
height="36"
4646
/>
47-
</a> <a href="https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
47+
</a> <a target="_blank" href="https://codesandbox.io/s/github/Lemoncode/react-image-focal-point/tree/main/examples/basic">
4848
<img
4949
src="https://codesandbox.io/static/img/play-codesandbox.svg"
5050
alt="Edit on StackBlitz"

0 commit comments

Comments
 (0)