Skip to content

Commit fb42229

Browse files
authored
Remove imgur links, as they're now inaccessible in the United Kingdom (#73)
1 parent 8400145 commit fb42229

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
4.17 KB
Loading

static/img/widget-v1-flutter.png

96.8 KB
Loading

static/img/widget-v1-solving.png

4.46 KB
Loading

versioned_docs/version-v1/guides/flutter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ We created an example app which you can view [here](https://github.com/FriendlyC
190190

191191
#### Example App screenshot
192192

193-
![Example App Screenshot](https://i.imgur.com/GJxlpZ6.png)
193+
![Example App Screenshot](/img/widget-v1-flutter.png)

versioned_docs/version-v1/guides/theme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The styling of Friendly Captcha is done in plain CSS, and you can change it howe
44

55
## Dark mode
66

7-
![Friendly Captcha widget finished screenshot](https://i.imgur.com/HlMY7QM.png) ![Friendly Captcha widget finished screenshot dark mode](https://i.imgur.com/UgqOJaB.png)
7+
![Friendly Captcha widget finished screenshot](/img/widget-v1-completed.png) ![Friendly Captcha widget finished screenshot dark mode](/img/widget-v1-completed-dark.png)
88

99
Friendly Captcha ships with two built-in themes, by adding the `dark` class to your `frc-captcha` element you can enable dark mode:
1010

@@ -26,4 +26,4 @@ If any HTML element with id `frc-style` is present on the HTML document, the ori
2626
<link rel="stylesheet" id="frc-style" href="/my-custom-widget-theme.css">
2727
```
2828

29-
Alternatively, if you are using the library approach, you can use the `skipStyleInjection` option to prevent a stylesheet from getting injected.
29+
Alternatively, if you are using the library approach, you can use the `skipStyleInjection` option to prevent a stylesheet from getting injected.

versioned_docs/version-v1/introduction/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Friendly Captcha is a service that protects websites from bots and abuse in a pr
99
This site contains the technical documentation that will help you integrate the Friendly Captcha's anti-abuse service into your website. Integration entails adding a widget to the websites you want to protect. The Friendly Captcha widget looks like this:
1010

1111
<figure style={{ textAlign: 'center' }}>
12-
<img src="https://i.imgur.com/BNRdsxS.png" alt="Friendly Captcha widget solving screenshot" />
13-
<img src="https://i.imgur.com/HlMY7QM.png" alt="Friendly Captcha widget finished screenshot" />
12+
<img src="/img/widget-v1-solving.png" alt="Friendly Captcha widget solving screenshot" />
13+
<img src="/img/widget-v1-completed.png" alt="Friendly Captcha widget finished screenshot" />
1414
<figcaption><i>Screenshots of the Friendly Captcha widget</i></figcaption>
1515
</figure>
1616

0 commit comments

Comments
 (0)