Skip to content

Commit 72ac4f8

Browse files
committed
Remove Rails Autoscale and Reviewable sponsor images from README
1 parent 138fe5e commit 72ac4f8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ If you're using Bootstrap 4, you probably need:
9292
npm install --save-dev postcss-loader
9393
```
9494

95-
9695
## Usage
9796
Simply require it:
9897

@@ -360,7 +359,6 @@ $icon-font-path: ../fonts // relative to your Sass file
360359
$icon-font-name: 'glyphicons' // you'll typically want to change this too.
361360
```
362361
363-
364362
### Bootstrap 4 only
365363
There is only one additional option for Bootstrap 4:
366364
@@ -454,7 +452,6 @@ Note: if you're not concerned about Windows, the lines look like this (simpler r
454452
{ test: /bootstrap\/dist\/js\/umd\//, loader: 'imports-loader?jQuery=jquery' },
455453
```
456454

457-
458455
#### Icon fonts
459456
Bootstrap uses **icon fonts**. If you want to load them, don't forget to setup `url-loader` or `file-loader` in webpack config:
460457

@@ -585,15 +582,10 @@ Aloha and best wishes from the ShakaCode team!
585582
<img alt="BrowserStack" src="https://user-images.githubusercontent.com/4244251/184881129-e1edf4b7-3ae1-4ea8-9e6d-3595cf01609e.png" height="55px">
586583
</picture>
587584
</a>
588-
<a href="https://railsautoscale.com">
589-
<img src="https://user-images.githubusercontent.com/4244251/184881144-95c2c25c-9879-4069-864d-4e67d6ed39d2.png" alt="Rails Autoscale" height="55px">
590-
</a>
585+
591586
<a href="https://www.honeybadger.io">
592587
<img src="https://user-images.githubusercontent.com/4244251/184881133-79ee9c3c-8165-4852-958e-31687b9536f4.png" alt="Honeybadger" height="55px">
593588
</a>
594-
<a href="https://reviewable.io">
595-
<img src="https://user-images.githubusercontent.com/20628911/230848305-c94510a4-82d7-468f-bf9f-eeb81d3f2ce0.png" alt="Reviewable" height="55px">
596-
</a>
597589

598590
<br />
599591
<br />

0 commit comments

Comments
 (0)