Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
docs: fix broken header in callout block on Getting Started page (#4044)
Browse files Browse the repository at this point in the history
Summary:
Changes the callout block header to separate the icon from the header of the callout.

The "information" callout at https://fbflipper.com/docs/getting-started/ displays the info icon and "RMATION".

![image](https://user-images.githubusercontent.com/11802078/187704594-2d9553b1-b754-48b9-b55d-7d64b2fd20ee.png)

## Changelog

Fixed broken header in a callout block in the getting started docs page

Pull Request resolved: #4044

Test Plan:
Build the docs and open `/docs/getting-started/`

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D39314921/V4/flipper/)|

|**Modified Pages**|
|[docs/getting-started](https://our.intern.facebook.com/intern/staticdocs/eph/D39314921/V4/flipper/docs/getting-started/)|

Reviewed By: lawrencelomax

Differential Revision: D39314921

Pulled By: lblasa

fbshipit-source-id: 0d7edc28e5457e0f68e93e871b3518711d35ccc1
  • Loading branch information
matthamil authored and facebook-github-bot committed Sep 8, 2022
1 parent ccec5a6 commit eb98a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To work properly with mobile apps, Flipper requires the following:

If you are hacking a JS app, you should be good to go without any extra dependencies installed.

:::information
:::info Information
[Experimental] Alternatively, it is possible to run a browser based version of Flipper directly from NPM by using `npx flipper-server`.
:::

Expand Down

0 comments on commit eb98a04

Please sign in to comment.